summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2022-07-27perf bpf: Remove undefined behavior from bpf_perf_object__next()Ian Rogers1-11/+7
2022-07-27perf symbol: Skip symbols if SHF_ALLOC flag is not setLeo Yan1-0/+11
2022-07-27perf symbol: Correct address for bss symbolsLeo Yan1-4/+41
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-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 v...Jiri Olsa1-1/+3
2022-05-26perf build: Stop using __weak bpf_object__next_program() to handle older libb...Jiri Olsa1-1/+3
2022-05-26perf build: Stop using __weak bpf_prog_load() to handle older libbpf versionsJiri Olsa1-5/+7
2022-05-23perf intel-pt: Add guest_code supportAdrian Hunter1-2/+18
2022-05-23perf tools: Add guest_code supportAdrian Hunter5-3/+103
2022-05-23perf tools: Factor out thread__set_guest_comm()Adrian Hunter1-3/+9
2022-05-23perf tools: Add machine to machines back pointerAdrian Hunter2-0/+4
2022-05-23perf data: Add has_kcore_dir()Adrian Hunter2-0/+15
2022-05-23perf inject: Keep some features sections from input fileAdrian Hunter2-0/+13
2022-05-23perf header: Add ability to keep feature sectionsAdrian Hunter2-8/+56
2022-05-23perf stat: Make use of index clearer with perf_countsIan Rogers2-16/+16
2022-05-23perf bpf_counter: Tidy use of CPU map indexIan Rogers1-26/+35
2022-05-23perf mem: Add stats for store operation with no available memory levelLeo Yan2-0/+4
2022-05-23Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo3-9/+38
2022-05-21perf session: Fix Intel LBR callstack entries and nr print messageChengdong Li1-5/+21
2022-05-20perf stat: Always keep perf metrics topdown events in a groupKan Liang3-8/+13
2022-05-20perf stat: Fix and validate CPU map inputs in synthetic PERF_RECORD_STAT eventsIan Rogers1-3/+14