aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2022-07-20perf tools: Export dsos__for_each_with_build_id()Adrian Hunter2-6/+6
2022-07-19perf tools: Fix dso_id inode generation comparisonAdrian Hunter1-2/+13
2022-07-18perf buildid-list: Add a "-m" option to show kernel and modules build-idsBlake Jones2-0/+20
2022-07-18Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo10-15/+90
2022-07-12perf record: Allow to specify max stack depth of fp callchainNamhyung Kim1-6/+12
2022-07-02perf synthetic-events: Ignore dead threads during event synthesisNamhyung Kim1-2/+3
2022-07-02perf synthetic-events: Don't sort the task scan result from /procNamhyung Kim1-2/+2
2022-07-02perf unwind: Fix unitialized 'offset' variable on aarch64Ivan Babrou1-1/+1
2022-06-28perf bpf: 8 byte align bpil dataIan Rogers1-3/+2
2022-06-28perf offcpu: Accept allowed sample types onlyNamhyung Kim3-1/+24
2022-06-28perf offcpu: Fix build failure on old kernelsNamhyung Kim1-6/+14
2022-06-26perf inject: Adjust output data offset for backward compatibilityRaul Silvera2-0/+16
2022-06-26perf build-id: Fix caching files with a wrong build IDAdrian Hunter1-0/+28
2022-06-24perf script ibs: Support new IBS bits in raw trace dumpRavi Bangoria1-6/+58
2022-06-24perf tool ibs: Sync AMD IBS header fileRavi Bangoria1-2/+2
2022-06-24perf header: Record non-CPU PMU capabilitiesRavi Bangoria4-83/+151
2022-06-24perf header: Store PMU caps in an array of stringsRavi Bangoria3-32/+41
2022-06-24perf header: Pass "cpu" pmu name while printing capsRavi Bangoria1-9/+3
2022-06-24perf pmu: Parse pmu caps sysfs only onceRavi Bangoria2-4/+13
2022-06-24perf record ibs: Warn about sampling period skewRavi Bangoria2-0/+8
2022-06-23perf script: Add some missing event dumpsAdrian Hunter1-0/+3
2022-06-23perf record: Add finished init eventAdrian Hunter3-1/+7
2022-06-23perf record: Add new option to sample identifierAdrian Hunter2-1/+2
2022-06-23perf record: Always record id indexAdrian Hunter1-2/+5
2022-06-23perf data convert: Prefer sampled CPU when exporting JSONShawn M. Chapla1-1/+4
2022-06-19perf metrics: Ensure at least 1 id per metricIan Rogers1-0/+9
2022-06-19perf arm-spe: Don't set data source if it's not a memory operationLeo Yan1-14/+8
2022-06-19perf expr: Allow exponents on floating point valuesIan Rogers1-1/+1
2022-06-19perf unwind: Fix uninitialized variableIan Rogers1-1/+1
2022-06-03perf unwind: Fix segbase for ld.lld linked objectsFangrui Song2-30/+77
2022-05-27perf scripting python: Expose dso and map informationLeo Yan1-4/+17
2022-05-27perf tools arm64: Add support for VG registerJames Clark1-0/+2
2022-05-26perf unwind: Use dynamic register set for DWARF unwindJames Clark2-1/+2
2022-05-26perf unwind arm64: Use perf's copy of kernel headersJames Clark1-1/+1
2022-05-26perf record: Add cgroup support for off-cpu profilingNamhyung Kim3-4/+84
2022-05-26perf record: Handle argument change in sched_switchNamhyung Kim2-11/+52
2022-05-26perf record: Implement basic filtering for off-cpuNamhyung Kim3-14/+122
2022-05-26perf record: Enable off-cpu analysis with BPFNamhyung Kim4-0/+368
2022-05-26perf report: Do not extend sample type of bpf-output eventNamhyung Kim1-2/+2
2022-05-26perf stat: Add requires_cpu flag for uncoreAdrian Hunter2-1/+2
2022-05-26perf tools: Allow all_cpus to be a superset of user_requested_cpusAdrian Hunter1-1/+1
2022-05-26perf evlist: Add evlist__add_dummy_on_all_cpus()Adrian Hunter2-0/+50
2022-05-26perf evlist: Factor out evlist__dummy_event()Adrian Hunter1-2/+8
2022-05-26perf auxtrace: Remove auxtrace_mmap_params__set_idx() per_cpu parameterAdrian Hunter4-10/+7
2022-05-26perf auxtrace: Add mmap_needed to auxtrace_mmap_paramsAdrian Hunter4-6/+21
2022-05-26perf build: Stop using __weak bpf_map_create() to handle older libbpf versionsArnaldo Carvalho de Melo1-1/+5
2022-05-26perf build: Stop using __weak btf__raw_data() to handle older libbpf versionsJiri Olsa1-1/+3
2022-05-26perf build: Stop using __weak bpf_object__next_map() to handle older libbpf versionsJiri Olsa1-1/+3
2022-05-26perf build: Stop using __weak bpf_object__next_program() to handle older libbpf versionsJiri Olsa1-1/+3
2022-05-26perf build: Stop using __weak bpf_prog_load() to handle older libbpf versionsJiri Olsa1-5/+7