mmc: host: Fix Kconfig warnings on keystone_defconfig
[platform/kernel/linux-rpi.git] / tools / perf /
2020-03-18 Tommi Rantalaperf bench futex-wake: Restore thread count default...
2020-03-05 Arnaldo Carvalho... perf hists browser: Restore ESC as "Zoom out" of DSO...
2020-03-05 Ravi Bangoriaperf stat: Fix shadow stats for clock events
2020-03-05 Ravi Bangoriaperf stat: Use perf_evsel__is_clocki() for clock events
2020-02-05 Jin Yaoperf report: Fix no libunwind compiled warning break...
2020-02-05 Andres Freundperf c2c: Fix return type for histogram sorting compari...
2020-01-27 Arnaldo Carvalho... perf map: No need to adjust the long name of modules
2020-01-23 Masami Hiramatsuperf probe: Fix wrong address verification
2020-01-23 Jin Yaoperf report: Fix incorrectly added dimensions as switch...
2020-01-23 Yuya Fujitaperf hists: Fix variable name's inconsistency in hists_...
2020-01-04 Mattias Jacobssonperf strbuf: Remove redundant va_end() in strbuf_addv()
2020-01-04 Arnaldo Carvalho... perf regs: Make perf_reg_name() return "unknown" instea...
2020-01-04 Adrian Hunterperf script: Fix brstackinsn for AUXTRACE
2019-12-31 Masami Hiramatsuperf probe: Fix to show function entry line as probe...
2019-12-31 Masami Hiramatsuperf probe: Filter out instances except for inlined...
2019-12-31 Masami Hiramatsuperf probe: Skip end-of-sequence and non statement...
2019-12-31 Masami Hiramatsuperf probe: Fix to show calling lines of inlined functions
2019-12-31 Masami Hiramatsuperf probe: Return a better scope DIE if there is no...
2019-12-31 Masami Hiramatsuperf probe: Skip overlapped location on searching variables
2019-12-31 Ian Rogersperf parse: If pmu configuration fails free terms
2019-12-31 Ian Rogersperf tools: Splice events onto evlist even on error
2019-12-31 Masami Hiramatsuperf probe: Fix to probe a function which has no entry pc
2019-12-31 Masami Hiramatsuperf probe: Fix to show inlined function callsite witho...
2019-12-31 Masami Hiramatsuperf probe: Fix to show ranges of variables in function...
2019-12-31 Masami Hiramatsuperf probe: Fix to probe an inline function which has...
2019-12-31 Masami Hiramatsuperf probe: Walk function lines in lexical blocks
2019-12-31 Yunfeng Yeperf jevents: Fix resource leak in process_mapfile...
2019-12-31 Masami Hiramatsuperf probe: Fix to list probe event with correct line...
2019-12-31 Masami Hiramatsuperf probe: Fix to find range-only function instance
2019-12-31 Leo Yanperf tests: Disable bp_signal testing for arm64
2019-12-31 Jin Yaoperf report: Add warning when libunwind not compiled in
2019-12-31 Leo Yanperf test: Report failure for mmap events
2019-12-17 Adrian Hunterperf callchain: Fix segfault in thread__resolve_callcha...
2019-12-13 Adrian Hunterperf script: Fix invalid LBR/binary mismatch error
2019-11-12 Jiri Olsaperf tools: Fix time sorting
2019-11-10 Yunfeng Yeperf kmem: Fix memory leak in compact_gfp_flags()
2019-11-10 Yunfeng Yeperf c2c: Fix memory leak in build_cl_output()
2019-11-06 Arnaldo Carvalho... perf annotate: Return appropriate error code for alloca...
2019-11-06 Arnaldo Carvalho... perf annotate: Propagate the symbol__annotate() error...
2019-11-06 Arnaldo Carvalho... perf annotate: Fix the signedness of failure returns
2019-11-06 Arnaldo Carvalho... perf annotate: Propagate perf_env__arch() error
2019-11-06 Arnaldo Carvalho... perf tools: Propagate get_cpuid() error
2019-11-06 Andi Kleenperf jevents: Fix period for Intel fixed counters
2019-11-06 Andi Kleenperf script brstackinsn: Fix recovery from LBR/binary...
2019-11-06 Steve MacLeanperf map: Fix overlapped map handling
2019-11-06 Ian Rogersperf tests: Avoid raising SEGV using an obvious NULL...
2019-10-17 Steve MacLeanperf inject jit: Fix JIT_CODE_MOVE filename
2019-10-17 Ian Rogersperf llvm: Don't access out-of-scope array
2019-10-11 Srikar Dronamrajuperf stat: Reset previous counts on repeat with interval
2019-10-11 Jiri Olsaperf tools: Fix segfault in cpu_cache_level__read()
2019-10-11 Arnaldo Carvalho... perf unwind: Fix libunwind build failure on i386 systems
2019-10-11 Thomas Richterperf build: Add detection of java-11-openjdk-devel...
2019-10-11 Srikar Dronamrajuperf stat: Fix a segmentation fault when using repeat...
2019-10-05 Benjamin Petersonperf trace beauty ioctl: Fix off-by-one error in cmd...
2019-10-05 Gerald BAEZAlibperf: Fix alignment trap with xyarray contents in...
2019-10-05 Tan Xiaojunperf record: Support aarch64 random socket_id assignment
2019-10-05 Arnaldo Carvalho... perf test vfs_getname: Disable ~/.perfconfig to get...
2019-10-05 Arnaldo Carvalho... perf config: Honour $PERF_CONFIG env var to specify...
2019-08-29 Jin Yaoperf pmu-events: Fix missing "cpu_clk_unhalted.core...
2019-08-29 He Zheperf cpumap: Fix writing to illegal memory in handling...
2019-08-29 He Zheperf ftrace: Fix failure to set cpumask when only one...
2019-08-29 Jiri Olsaperf bench numa: Fix cpu0 binding
2019-08-25 Numfor Mbiziwo-Tiapoperf header: Fix use of unitialized value warning
2019-08-25 Vince Weaverperf header: Fix divide by zero error if f_header.attr_...
2019-08-16 Arnaldo Carvalho... perf probe: Avoid calling freeing routine multiple...
2019-08-16 Jiri Olsaperf tools: Fix proper buffer size for feature processing
2019-08-16 Thomas Richterperf record: Fix module size on s390
2019-08-16 Adrian Hunterperf db-export: Fix thread__exec_comm()
2019-08-16 Thomas Richterperf annotate: Fix s390 gap between kernel end and...
2019-08-06 Ravi Bangoriaperf version: Fix segfault due to missing OPT_END()
2019-07-31 Leo Yanperf hists browser: Fix potential NULL pointer derefere...
2019-07-31 Leo Yanperf annotate: Fix dereferencing freed memory found...
2019-07-31 Leo Yanperf session: Fix potential NULL pointer dereference...
2019-07-31 Leo Yanperf top: Fix potential NULL pointer dereference detect...
2019-07-31 Leo Yanperf stat: Fix use-after-freed pointer detected by...
2019-07-31 Numfor Mbiziwo-Tiapoperf test mmap-thread-lookup: Initialize variable to...
2019-07-26 Seeteena Thoufeekperf tests: Fix record+probe_libc_inet_pton.sh for...
2019-07-26 Andi Kleenperf stat: Fix group lookup for metric group
2019-07-26 Andi Kleenperf stat: Make metric event lookup more robust
2019-07-26 Kyle Meyerperf tools: Increase MAX_NR_CPUS and MAX_CACHES
2019-07-26 Arnaldo Carvalho... perf evsel: Make perf_evsel__name() accept a NULL argument
2019-07-26 Thomas Richterperf report: Fix OOM error in TUI mode on s390
2019-07-26 Thomas Richterperf test 6: Fix missing kvm module load for s390
2019-07-26 Mathieu Poirierperf cs-etm: Properly set the value of 'old' and 'head...
2019-07-26 Jiri Olsaperf jvmti: Address gcc string overflow warning for...
2019-07-26 Arnaldo Carvalho... perf annotate TUI browser: Do not use member from varia...
2019-07-14 John Garryperf pmu: Fix uncore PMU alias list for ARM64
2019-07-03 Arnaldo Carvalho... perf header: Fix unchecked usage of strncpy()
2019-07-03 Arnaldo Carvalho... perf help: Remove needless use of strncpy()
2019-07-03 Arnaldo Carvalho... perf ui helpline: Use strlcpy() as a shorter form of...
2019-06-22 Thomas Richterperf record: Fix s390 missing module symbol and warning...
2019-06-22 Namhyung Kimperf namespace: Protect reading thread's namespace
2019-06-22 Shawn Landdenperf data: Fix 'strncat may truncate' build failure...
2019-05-25 Arnaldo Carvalho... perf bench numa: Add define for RUSAGE_THREAD if not...
2019-05-25 Adrian Hunterperf intel-pt: Fix sample timestamp wrt non-taken branches
2019-05-25 Adrian Hunterperf intel-pt: Fix improved sample timestamp
2019-05-25 Adrian Hunterperf intel-pt: Fix instructions sampling rate
2019-05-04 Wei Liperf machine: Update kernel map address and re-order...
2019-04-27 Arnaldo Carvalho... tools include: Adopt linux/bits.h
2019-04-20 Changbin Duperf tests: Fix a memory leak in test__perf_evsel__tp_s...
next