aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-13perf inject: Enter namespace when reading build-idNamhyung Kim1-2/+6
2020-10-13perf inject: Add missing callbacks in perf_toolNamhyung Kim1-5/+31
2020-10-13perf bench: Add build-id injection benchmarkNamhyung Kim6-5/+471
2020-10-01perf trace: Use the autogenerated mmap 'prot' string/id tableArnaldo Carvalho de Melo2-27/+24
2020-10-01tools beauty: Add script to generate table of mmap's 'prot' argumentArnaldo Carvalho de Melo1-0/+30
2020-09-30perf beauty mmap_flags: Conditionaly define the mmap flagsArnaldo Carvalho de Melo1-8/+8
2020-09-29perf trace beauty: Add script to autogenerate mremap's flags args string/id tableArnaldo Carvalho de Melo3-19/+39
2020-09-29perf tools: Separate the checking of headers only used to build beautification tablesArnaldo Carvalho de Melo1-2/+20
2020-09-28perf test: Fix msan uninitialized use.Ian Rogers1-1/+1
2020-09-28perf parse-events: Reduce casts around bp_addrIan Rogers3-7/+7
2020-09-28perf test: Add expand cgroup event testNamhyung Kim4-0/+247
2020-09-28perf tools: Allow creation of cgroup without openNamhyung Kim3-9/+14
2020-09-28perf tools: Copy metric events properly when expand cgroupsNamhyung Kim8-3/+149
2020-09-28perf stat: Add --for-each-cgroup optionNamhyung Kim5-1/+112
2020-09-28perf evsel: Add evsel__clone() functionNamhyung Kim2-39/+158
2020-09-28perf vendor events: Update SkylakeX events to v1.21Jin Yao10-3565/+4129
2020-09-28perf vendor events intel: Update CascadelakeX events to v1.08Jin Yao8-995/+1067
2020-09-23perf script: Add min, max to futex-contention output, in addition to avgHagen Paul Pfeifer1-2/+2
2020-09-23perf script: Autopep8 futex-contentionHagen Paul Pfeifer1-23/+28
2020-09-23perf stat: Skip duration_time in setup_system_wideJin Yao1-1/+3
2020-09-22perf tsc: Support cap_user_time_short for event TIME_CONVLeo Yan2-5/+13
2020-09-22perf tsc: Calculate timestamp with cap_user_time_shortLeo Yan2-3/+14
2020-09-22perf tsc: Add rdtsc() for Arm64Leo Yan2-0/+22
2020-09-22perf tsc: Move out common functions from x86Leo Yan3-80/+72
2020-09-18perf probe: Fall back to debuginfod query if debuginfo and source not found locallyMasami Hiramatsu3-8/+118
2020-09-18perf probe: Fix to adjust symbol address with correct reloc_sym addressMasami Hiramatsu1-3/+5
2020-09-17perf intel-pt: Fix "context_switch event has no tid" errorAdrian Hunter1-4/+4
2020-09-17perf script: Display negative tid in non-sample eventsAdrian Hunter2-5/+7
2020-09-17perf docs: Improve help information in perf.txtZejiang Tang1-22/+47
2020-09-17perf metric: Remove duplicate includeYueHaibing1-2/+0
2020-09-17perf tools: Add documentation for topdown metricsAndi Kleen1-0/+256
2020-09-17perf stat: Support new per thread TopDown metricsAndi Kleen5-4/+134
2020-09-17perf record: Support sample-read topdown metric groupKan Liang4-1/+44
2020-09-17perf tools: Rename group to topdownKan Liang6-54/+61
2020-09-17perf machine: Add machine__for_each_dso() functionJiri Olsa2-0/+16
2020-09-17Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo17-49/+149
2020-09-16perf stat: Fix the ratio comments of miss-eventsQi Liu1-10/+10
2020-09-15perf test: Free formats for perf pmu parse testNamhyung Kim3-0/+13
2020-09-15perf metric: Do not free metric when failed to resolveNamhyung Kim1-3/+6
2020-09-15perf metric: Free metric when it failed to resolveNamhyung Kim1-5/+12
2020-09-15perf metric: Release expr_parse_ctx after testingNamhyung Kim1-3/+5
2020-09-15perf test: Fix memory leaks in parse-metric testNamhyung Kim1-5/+9
2020-09-15perf parse-event: Fix memory leak in evsel->unitNamhyung Kim1-1/+1
2020-09-15perf evlist: Fix cpu/thread map leakNamhyung Kim1-3/+8
2020-09-15perf metric: Fix some memory leaks - part 2Namhyung Kim1-0/+2
2020-09-15perf metric: Fix some memory leaksNamhyung Kim1-2/+5
2020-09-15perf test: Free aliases for PMU event map aliases testNamhyung Kim3-1/+7
2020-09-15perf vendor events amd: Remove trailing commasHenry Burns2-2/+2
2020-09-14perf test: Leader sampling shouldn't clear sample periodIan Rogers2-0/+30
2020-09-14perf record: Don't clear event's period if set by a termIan Rogers1-8/+26