summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2023-04-06perf pmu: Fewer const castsIan Rogers
2023-04-06perf lock contention: Do not try to update if hash map is fullNamhyung Kim
2023-04-06perf lock contention: Revise needs_callstack() conditionNamhyung Kim
2023-04-06perf lock contention: Update total/bad stats for hidden entriesNamhyung Kim
2023-04-06perf lock contention: Add data failure statNamhyung Kim
2023-04-06perf lock contention: Update default map size to 16384Namhyung Kim
2023-04-06tools: Rename __fallthrough to fallthroughLiam Howlett
2023-04-06perf pmu: Fix a few potential fd leaksIan Rogers
2023-04-06perf pmu: Make parser reentrantIan Rogers
2023-04-04perf map: Add accessor for start and endIan Rogers
2023-04-04perf map: Add accessor for dsoIan Rogers
2023-04-04perf maps: Add functions to access mapsIan Rogers
2023-04-04perf maps: Remove rb_node from struct mapIan Rogers
2023-04-04perf map: Move map list node into symbolIan Rogers
2023-04-04perf jit: Fix a few memory leaksIan Rogers
2023-04-04perf srcline: Avoid addr2line SIGPIPEsIan Rogers
2023-04-04perf srcline: Support for llvm-addr2lineIan Rogers
2023-04-04perf srcline: Simplify addr2line subprocessIan Rogers
2023-04-04perf pmu: Add perf_pmu__{open,scan}_file_at()Namhyung Kim
2023-04-04perf pmu: Use relative path in perf_pmu__caps_parse()Namhyung Kim
2023-04-04perf pmu: Use relative path for sysfs scanNamhyung Kim
2023-04-04perf pmu: Add perf_pmu__destroy() functionNamhyung Kim
2023-04-04perf tools: Fix a asan issue in parse_events_multi_pmu_add()Namhyung Kim
2023-04-04perf list: Use relative path for tracepoint scanNamhyung Kim
2023-04-04perf intel-pt: Fix CYC timestamps after standalone CBRAdrian Hunter
2023-04-04perf auxtrace: Fix address filter entire kernel sizeAdrian Hunter
2023-04-04perf arm-spe: Add raw decoding for SPEv1.3 MTE and MOPS load/storeRob Herring
2023-04-04perf cs-etm: Handle PERF_RECORD_AUX_OUTPUT_HW_ID packetMike Leach
2023-04-04perf cs-etm: Move mapping of Trace ID and cpu into helper functionMike Leach
2023-04-04perf lock contention: Show detail failure reason for BPFNamhyung Kim
2023-04-04perf symbol: Remove unused branch_callstackAdrian Hunter
2023-04-04perf block-range: Move debug code behind ifndef NDEBUGIan Rogers
2023-04-04perf symbol: Add command line support for addr2line pathIan Rogers
2023-04-04perf annotate: Allow objdump to be set in perfconfigIan Rogers
2023-04-04perf annotate: Own objdump_path and disassembler_style stringsIan Rogers
2023-04-04perf annotate: Add init/exit to annotation_options remove defaultIan Rogers
2023-04-04perf tools: Avoid warning in do_realloc_array_as_needed()Adrian Hunter
2023-04-04perf symbols: Fix unaligned access in get_x86_64_plt_disp()Adrian Hunter
2023-04-04perf symbols: Fix use-after-free in get_plt_got_name()Adrian Hunter
2023-04-04perf metrics: Add has_pmem literalIan Rogers
2023-04-04perf lock contention: Fix msan issue in lock_contention_read()Namhyung Kim
2023-04-04perf hist: Improve srcfile sort key performance (really)Namhyung Kim
2023-04-04perf report: Append inlines to non-DWARF callchainsArtem Savkov
2023-03-21perf tools: Add support for perf_event_attr::config3Rob Herring
2023-03-21perf kvm: Reference count 'struct kvm_info'Leo Yan
2023-03-20perf report: Add 'simd' sort fieldGerman Gomez
2023-03-20perf arm-spe: Add SVE flags to the SPE samplesGerman Gomez
2023-03-20perf arm-spe: Refactor arm-spe to support operation packet typeGerman Gomez
2023-03-20perf event: Add 'simd_flags' field to 'struct perf_sample'German Gomez
2023-03-20perf intel-pt: Add support for new branch instructions ERETS and ERETUAdrian Hunter