summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorLines
2022-07-27perf bpf: Remove undefined behavior from bpf_perf_object__next()Ian Rogers-11/+7
2022-07-27perf symbol: Skip symbols if SHF_ALLOC flag is not setLeo Yan-0/+11
2022-07-27perf symbol: Correct address for bss symbolsLeo Yan-4/+41
2022-07-02perf synthetic-events: Ignore dead threads during event synthesisNamhyung Kim-2/+3
2022-07-02perf synthetic-events: Don't sort the task scan result from /procNamhyung Kim-2/+2
2022-07-02perf unwind: Fix unitialized 'offset' variable on aarch64Ivan Babrou-1/+1
2022-06-28perf bpf: 8 byte align bpil dataIan Rogers-3/+2
2022-06-28perf offcpu: Accept allowed sample types onlyNamhyung Kim-1/+24
2022-06-28perf offcpu: Fix build failure on old kernelsNamhyung Kim-6/+14
2022-06-26perf inject: Adjust output data offset for backward compatibilityRaul Silvera-0/+16
2022-06-26perf build-id: Fix caching files with a wrong build IDAdrian Hunter-0/+28
2022-06-19perf metrics: Ensure at least 1 id per metricIan Rogers-0/+9
2022-06-19perf arm-spe: Don't set data source if it's not a memory operationLeo Yan-14/+8
2022-06-19perf expr: Allow exponents on floating point valuesIan Rogers-1/+1
2022-06-19perf unwind: Fix uninitialized variableIan Rogers-1/+1
2022-06-03perf unwind: Fix segbase for ld.lld linked objectsFangrui Song-30/+77
2022-05-27perf scripting python: Expose dso and map informationLeo Yan-4/+17
2022-05-27perf tools arm64: Add support for VG registerJames Clark-0/+2
2022-05-26perf unwind: Use dynamic register set for DWARF unwindJames Clark-1/+2
2022-05-26perf unwind arm64: Use perf's copy of kernel headersJames Clark-1/+1
2022-05-26perf record: Add cgroup support for off-cpu profilingNamhyung Kim-4/+84
2022-05-26perf record: Handle argument change in sched_switchNamhyung Kim-11/+52
2022-05-26perf record: Implement basic filtering for off-cpuNamhyung Kim-14/+122
2022-05-26perf record: Enable off-cpu analysis with BPFNamhyung Kim-0/+368
2022-05-26perf report: Do not extend sample type of bpf-output eventNamhyung Kim-2/+2
2022-05-26perf stat: Add requires_cpu flag for uncoreAdrian Hunter-1/+2
2022-05-26perf tools: Allow all_cpus to be a superset of user_requested_cpusAdrian Hunter-1/+1
2022-05-26perf evlist: Add evlist__add_dummy_on_all_cpus()Adrian Hunter-0/+50
2022-05-26perf evlist: Factor out evlist__dummy_event()Adrian Hunter-2/+8
2022-05-26perf auxtrace: Remove auxtrace_mmap_params__set_idx() per_cpu parameterAdrian Hunter-10/+7
2022-05-26perf auxtrace: Add mmap_needed to auxtrace_mmap_paramsAdrian Hunter-6/+21
2022-05-26perf build: Stop using __weak bpf_map_create() to handle older libbpf versionsArnaldo Carvalho de Melo-1/+5
2022-05-26perf build: Stop using __weak btf__raw_data() to handle older libbpf versionsJiri Olsa-1/+3
2022-05-26perf build: Stop using __weak bpf_object__next_map() to handle older libbpf v...Jiri Olsa-1/+3
2022-05-26perf build: Stop using __weak bpf_object__next_program() to handle older libb...Jiri Olsa-1/+3
2022-05-26perf build: Stop using __weak bpf_prog_load() to handle older libbpf versionsJiri Olsa-5/+7
2022-05-23perf intel-pt: Add guest_code supportAdrian Hunter-2/+18
2022-05-23perf tools: Add guest_code supportAdrian Hunter-3/+103
2022-05-23perf tools: Factor out thread__set_guest_comm()Adrian Hunter-3/+9
2022-05-23perf tools: Add machine to machines back pointerAdrian Hunter-0/+4
2022-05-23perf data: Add has_kcore_dir()Adrian Hunter-0/+15
2022-05-23perf inject: Keep some features sections from input fileAdrian Hunter-0/+13
2022-05-23perf header: Add ability to keep feature sectionsAdrian Hunter-8/+56
2022-05-23perf stat: Make use of index clearer with perf_countsIan Rogers-16/+16
2022-05-23perf bpf_counter: Tidy use of CPU map indexIan Rogers-26/+35
2022-05-23perf mem: Add stats for store operation with no available memory levelLeo Yan-0/+4
2022-05-23Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo-9/+38
2022-05-21perf session: Fix Intel LBR callstack entries and nr print messageChengdong Li-5/+21
2022-05-20perf stat: Always keep perf metrics topdown events in a groupKan Liang-8/+13
2022-05-20perf stat: Fix and validate CPU map inputs in synthetic PERF_RECORD_STAT eventsIan Rogers-3/+14