summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2024-10-02perf cs-etm: Fix the assert() to handle captured and unprocessed cpu traceIlkka Koskinen1-1/+1
2024-10-02perf dwarf-aux: Fix build with !HAVE_DWARF_GETLOCATIONS_SUPPORTJames Clark1-0/+1
2024-09-30perf evsel: Reduce a variables scopeIan Rogers1-1/+2
2024-09-27perf vdso: Missed put on 32-bit dsosIan Rogers1-1/+3
2024-09-26perf mem: Fix printing PERF_MEM_LVLNUM_{L2_MHB|MSC}Thomas Falcon1-1/+7
2024-09-26perf evsel: Remove pmu_nameIan Rogers7-19/+11
2024-09-26perf evsel x86: Make evsel__has_perf_metrics work for legacy eventsIan Rogers2-1/+2
2024-09-26perf stat: Remove evlist__add_default_attrs use stringsIan Rogers4-57/+10
2024-09-26perf stat: Uniquify event name improvementsIan Rogers1-23/+78
2024-09-26perf evsel: Add alternate_hw_config and use in evsel__matchIan Rogers7-43/+74
2024-09-25perf symbol: Do not fixup end address of labelsNamhyung Kim1-1/+1
2024-09-25perf stat: Close cork_fd when create_perf_stat_counter() failedLevi Yun2-2/+18
2024-09-24perf evsel: display dmesg command of showing a hardcoded pathMasum Reza1-1/+1
2024-09-24perf scripting python: Add function to get a config valueJames Clark2-0/+23
2024-09-24perf cs-etm: Use new OpenCSD consistency checksJames Clark1-1/+6
2024-09-24perf cs-etm: Don't flush when packet_queue fills upJames Clark1-7/+18
2024-09-22perf symbol: Set binary_type of dso when loadingNamhyung Kim1-0/+3
2024-09-11perf env: Find correct branch counter info on hybridKan Liang4-4/+25
2024-09-11perf pmu: To info add event_type_descIan Rogers3-1/+6
2024-09-11perf evsel: Add accessor for tool_eventIan Rogers3-13/+18
2024-09-11perf pmus: Fake PMU clean upIan Rogers7-34/+57
2024-09-10perf callchain: Allow symbols to be optional when resolving a callchainIan Rogers4-51/+84
2024-09-10perf inject: Lazy build-id mmap2 event insertionIan Rogers2-0/+12
2024-09-10perf inject: Add new mmap2-buildid-all optionIan Rogers2-0/+68
2024-09-10perf inject: Fix build ID injectionIan Rogers3-16/+44
2024-09-10perf annotate-data: Add pr_debug_scope()Namhyung Kim1-2/+23
2024-09-10perf annotate: Treat 'call' instruction as stack operationNamhyung Kim1-0/+1
2024-09-10perf trace: Collect augmented data using BPFHoward Chu1-1/+106
2024-09-10perf trace: Pretty print buffer dataHoward Chu1-0/+6
2024-09-10perf trace: Add trace__bpf_sys_enter_beauty_map() to prepare for fetching dat...Howard Chu1-0/+7
2024-09-09perf trace: Use a common encoding for augmented arguments, with size + error ...Arnaldo Carvalho de Melo1-41/+63
2024-09-09perf trace augmented_syscalls.bpf: Move the renameat aumenter to renameat2, t...Arnaldo Carvalho de Melo1-2/+2
2024-09-06perf mem: Fix missed p-core mem events on ADL and RPLKan Liang2-3/+5
2024-09-06perf mem: Check mem_events for all eligible PMUsKan Liang2-2/+14
2024-09-06perf script python: Avoid buffer overflow in python PEBS register interfaceAndi Kleen1-8/+3
2024-09-04perf parse-events: Vary default_breakpoint_len on i386 and arm64Ian Rogers1-0/+16
2024-09-04perf parse-events: Add default_breakpoint_len helperIan Rogers2-1/+8
2024-09-03perf parse-events: Pass cpu_list as a perf_cpu_map in __add_event()Ian Rogers1-5/+6
2024-09-03perf pmu: Merge boolean sysfs event option parsingIan Rogers1-24/+23
2024-09-03perf script: Minimize "not reaching sample" for '-F +brstackinsn'Andi Kleen3-4/+5
2024-09-03perf record offcpu: Constify control data for BPFNamhyung Kim2-12/+13
2024-09-03perf lock contention: Constify control data for BPFNamhyung Kim2-33/+37
2024-09-03perf kwork: Constify control data for BPFNamhyung Kim4-10/+13
2024-09-03perf ftrace latency: Constify control data for BPFNamhyung Kim2-7/+8
2024-09-03perf stat: Constify control data for BPFNamhyung Kim2-4/+4
2024-09-03perf time-utils: Fix 32-bit nsec parsingIan Rogers1-2/+2
2024-09-03perf pmus: Fix name comparisons on 32-bit systemsIan Rogers1-3/+3
2024-09-03perf annotate: LLVM-based disassemblerSteinar H. Gunderson3-0/+267
2024-09-03perf annotate: Split out read_symbol()Steinar H. Gunderson1-34/+56
2024-09-03perf report: Support LLVM for addr2line()Steinar H. Gunderson4-1/+242