summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf stat: Skip duration_time in setup_system_wideJin Yao2020-09-231-1/+3
* perf tsc: Support cap_user_time_short for event TIME_CONVLeo Yan2020-09-223-5/+17
* perf tsc: Calculate timestamp with cap_user_time_shortLeo Yan2020-09-222-3/+14
* perf tsc: Add rdtsc() for Arm64Leo Yan2020-09-222-0/+22
* perf tsc: Move out common functions from x86Leo Yan2020-09-223-80/+72
* perf probe: Fall back to debuginfod query if debuginfo and source not found l...Masami Hiramatsu2020-09-183-8/+118
* perf probe: Fix to adjust symbol address with correct reloc_sym addressMasami Hiramatsu2020-09-181-3/+5
* perf intel-pt: Fix "context_switch event has no tid" errorAdrian Hunter2020-09-171-4/+4
* perf script: Display negative tid in non-sample eventsAdrian Hunter2020-09-172-5/+7
* perf docs: Improve help information in perf.txtZejiang Tang2020-09-171-22/+47
* perf metric: Remove duplicate includeYueHaibing2020-09-171-2/+0
* perf tools: Add documentation for topdown metricsAndi Kleen2020-09-171-0/+256
* perf stat: Support new per thread TopDown metricsAndi Kleen2020-09-175-4/+134
* perf record: Support sample-read topdown metric groupKan Liang2020-09-174-1/+44
* perf tools: Rename group to topdownKan Liang2020-09-176-54/+61
* perf machine: Add machine__for_each_dso() functionJiri Olsa2020-09-172-0/+16
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2020-09-1721-52/+156
|\
| * perf stat: Fix the ratio comments of miss-eventsQi Liu2020-09-161-10/+10
| * perf test: Free formats for perf pmu parse testNamhyung Kim2020-09-153-0/+13
| * perf metric: Do not free metric when failed to resolveNamhyung Kim2020-09-151-3/+6
| * perf metric: Free metric when it failed to resolveNamhyung Kim2020-09-151-5/+12
| * perf metric: Release expr_parse_ctx after testingNamhyung Kim2020-09-151-3/+5
| * perf test: Fix memory leaks in parse-metric testNamhyung Kim2020-09-151-5/+9
| * perf parse-event: Fix memory leak in evsel->unitNamhyung Kim2020-09-151-1/+1
| * perf evlist: Fix cpu/thread map leakNamhyung Kim2020-09-151-3/+8
| * perf metric: Fix some memory leaks - part 2Namhyung Kim2020-09-151-0/+2
| * perf metric: Fix some memory leaksNamhyung Kim2020-09-151-2/+5
| * perf test: Free aliases for PMU event map aliases testNamhyung Kim2020-09-153-1/+7
| * perf vendor events amd: Remove trailing commasHenry Burns2020-09-152-2/+2
| * perf test: Leader sampling shouldn't clear sample periodIan Rogers2020-09-142-0/+30
| * perf record: Don't clear event's period if set by a termIan Rogers2020-09-141-8/+26
| * tools headers UAPI: update linux/in.h copyArnaldo Carvalho de Melo2020-09-141-1/+1
| * tools headers UAPI: Sync kvm.h headers with the kernel sourcesArnaldo Carvalho de Melo2020-09-141-2/+4
| * perf record: Prevent override of attr->sample_period for libpfm4 eventsStephane Eranian2020-09-141-2/+1
| * perf record: Set PERF_RECORD_PERIOD if attr->freq is set.David Sharp2020-09-141-1/+6
| * perf bench: Fix 2 memory sanitizer warningsIan Rogers2020-09-141-2/+2
| * perf test: Fix the "signal" test inline assemblyJiri Olsa2020-09-141-1/+4
| * Merge tag 'linux-kselftest-5.9-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-09-082-0/+2
| |\
| | * selftests/timers: Turn off timeout settingPo-Hsu Lin2020-08-202-0/+2
* | | perf tests: Call test_attr__open() directlyJiri Olsa2020-09-105-22/+15
* | | perf vendor events power9: Add hv_24x7 core level metric eventsKajol Jain2020-09-101-13/+22
* | | perf metricgroup: Pass pmu_event structure as a parameter for arch_get_runtim...Kajol Jain2020-09-103-6/+9
* | | perf jevents: Add support for parsing perchip/percore eventsKajol Jain2020-09-102-0/+26
* | | perf jevents: Add new structure to pass json fields.Kajol Jain2020-09-101-115/+97
* | | perf jevents: Make json_events() static and ditch jevents.h fileKajol Jain2020-09-102-25/+1
* | | perf test: Introduce script for Arm CoreSight testingLeo Yan2020-09-101-0/+183
* | | perf metricgroup: Fix typo in comment.Ian Rogers2020-09-101-1/+1
* | | perf stat: Remove dead code: no need to set os.evsel twiceIan Rogers2020-09-101-1/+0
* | | perf list: Do not print 'Metric Groups:' unnecessarilyNamhyung Kim2020-09-091-4/+6
* | | perf list: Remove dead code in argument checkNamhyung Kim2020-09-091-7/+0