summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2022-10-24perf intel-pt: Fix segfault in intel_pt_print_info() with uClibcAdrian Hunter1-2/+7
2022-10-24perf: Skip and warn on unknown format 'configN' attrsRob Herring5-13/+26
2022-10-05perf parse-events: Remove "not supported" hybrid cache eventsZhengjun Xing4-43/+57
2022-10-05perf print-events: Fix "perf list" can not display the PMU prefix for some hy...Zhengjun Xing1-1/+1
2022-10-05perf parse-events: Break out tracepoint and printingIan Rogers8-737/+787
2022-09-28perf tools: Honor namespace when synthesizing build-idsNamhyung Kim1-3/+14
2022-09-28perf kcore_copy: Do not check /proc/modules is unchangedAdrian Hunter1-5/+2
2022-09-28perf jit: Include program header in ELF filesLieven Hey2-0/+18
2022-09-28perf stat: Fix cpu map index in bperf cgroup codeNamhyung Kim1-2/+2
2022-09-28perf stat: Fix BPF program section nameNamhyung Kim1-1/+1
2022-09-15perf evlist: Always use arch_evlist__add_default_attrs()Kan Liang2-4/+12
2022-08-25perf parse-events: Fix segfault when event parser gets an errorAdrian Hunter1-3/+11
2022-08-25perf probe: Fix an error handling path in 'parse_perf_probe_command()'Christophe JAILLET1-2/+4
2022-08-17genelf: Use HAVE_LIBCRYPTO_SUPPORT, not the never defined HAVE_LIBCRYPTOArnaldo Carvalho de Melo1-1/+5
2022-08-17perf symbol: Fail to read phdr workaroundIan Rogers1-7/+20
2022-08-17perf tools: Fix dso_id inode generation comparisonAdrian Hunter1-2/+13
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