summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* tools beauty: Add script to generate table of mmap's 'prot' argumentArnaldo Carvalho de Melo2020-10-011-0/+30
* perf beauty mmap_flags: Conditionaly define the mmap flagsArnaldo Carvalho de Melo2020-09-301-8/+8
* perf trace beauty: Add script to autogenerate mremap's flags args string/id t...Arnaldo Carvalho de Melo2020-09-293-19/+39
* perf tools: Separate the checking of headers only used to build beautificatio...Arnaldo Carvalho de Melo2020-09-291-2/+20
* perf test: Fix msan uninitialized use.Ian Rogers2020-09-281-1/+1
* perf parse-events: Reduce casts around bp_addrIan Rogers2020-09-283-7/+7
* perf test: Add expand cgroup event testNamhyung Kim2020-09-284-0/+247
* perf tools: Allow creation of cgroup without openNamhyung Kim2020-09-283-9/+14
* perf tools: Copy metric events properly when expand cgroupsNamhyung Kim2020-09-288-3/+149
* perf stat: Add --for-each-cgroup optionNamhyung Kim2020-09-285-1/+112
* perf evsel: Add evsel__clone() functionNamhyung Kim2020-09-282-39/+158
* perf vendor events: Update SkylakeX events to v1.21Jin Yao2020-09-2810-3565/+4129
* perf vendor events intel: Update CascadelakeX events to v1.08Jin Yao2020-09-288-995/+1067
* perf script: Add min, max to futex-contention output, in addition to avgHagen Paul Pfeifer2020-09-231-2/+2
* perf script: Autopep8 futex-contentionHagen Paul Pfeifer2020-09-231-23/+28
* 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-222-5/+13
* 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-1717-49/+149
|\
| * 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
| * 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