summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2024-10-02perf cs-etm: Fix the assert() to handle captured and unprocessed cpu traceIlkka Koskinen
2024-10-02perf dwarf-aux: Fix build with !HAVE_DWARF_GETLOCATIONS_SUPPORTJames Clark
2024-09-30perf evsel: Reduce a variables scopeIan Rogers
2024-09-27perf vdso: Missed put on 32-bit dsosIan Rogers
2024-09-26perf mem: Fix printing PERF_MEM_LVLNUM_{L2_MHB|MSC}Thomas Falcon
2024-09-26perf evsel: Remove pmu_nameIan Rogers
2024-09-26perf evsel x86: Make evsel__has_perf_metrics work for legacy eventsIan Rogers
2024-09-26perf stat: Remove evlist__add_default_attrs use stringsIan Rogers
2024-09-26perf stat: Uniquify event name improvementsIan Rogers
2024-09-26perf evsel: Add alternate_hw_config and use in evsel__matchIan Rogers
2024-09-25perf symbol: Do not fixup end address of labelsNamhyung Kim
2024-09-25perf stat: Close cork_fd when create_perf_stat_counter() failedLevi Yun
2024-09-24perf evsel: display dmesg command of showing a hardcoded pathMasum Reza
2024-09-24perf scripting python: Add function to get a config valueJames Clark
2024-09-24perf cs-etm: Use new OpenCSD consistency checksJames Clark
2024-09-24perf cs-etm: Don't flush when packet_queue fills upJames Clark
2024-09-22perf symbol: Set binary_type of dso when loadingNamhyung Kim
2024-09-11perf env: Find correct branch counter info on hybridKan Liang
2024-09-11perf pmu: To info add event_type_descIan Rogers
2024-09-11perf evsel: Add accessor for tool_eventIan Rogers
2024-09-11perf pmus: Fake PMU clean upIan Rogers
2024-09-10perf callchain: Allow symbols to be optional when resolving a callchainIan Rogers
2024-09-10perf inject: Lazy build-id mmap2 event insertionIan Rogers
2024-09-10perf inject: Add new mmap2-buildid-all optionIan Rogers
2024-09-10perf inject: Fix build ID injectionIan Rogers
2024-09-10perf annotate-data: Add pr_debug_scope()Namhyung Kim
2024-09-10perf annotate: Treat 'call' instruction as stack operationNamhyung Kim
2024-09-10perf trace: Collect augmented data using BPFHoward Chu
2024-09-10perf trace: Pretty print buffer dataHoward Chu
2024-09-10perf trace: Add trace__bpf_sys_enter_beauty_map() to prepare for fetching dat...Howard Chu
2024-09-09perf trace: Use a common encoding for augmented arguments, with size + error ...Arnaldo Carvalho de Melo
2024-09-09perf trace augmented_syscalls.bpf: Move the renameat aumenter to renameat2, t...Arnaldo Carvalho de Melo
2024-09-06perf mem: Fix missed p-core mem events on ADL and RPLKan Liang
2024-09-06perf mem: Check mem_events for all eligible PMUsKan Liang
2024-09-06perf script python: Avoid buffer overflow in python PEBS register interfaceAndi Kleen
2024-09-04perf parse-events: Vary default_breakpoint_len on i386 and arm64Ian Rogers
2024-09-04perf parse-events: Add default_breakpoint_len helperIan Rogers
2024-09-03perf parse-events: Pass cpu_list as a perf_cpu_map in __add_event()Ian Rogers
2024-09-03perf pmu: Merge boolean sysfs event option parsingIan Rogers
2024-09-03perf script: Minimize "not reaching sample" for '-F +brstackinsn'Andi Kleen
2024-09-03perf record offcpu: Constify control data for BPFNamhyung Kim
2024-09-03perf lock contention: Constify control data for BPFNamhyung Kim
2024-09-03perf kwork: Constify control data for BPFNamhyung Kim
2024-09-03perf ftrace latency: Constify control data for BPFNamhyung Kim
2024-09-03perf stat: Constify control data for BPFNamhyung Kim
2024-09-03perf time-utils: Fix 32-bit nsec parsingIan Rogers
2024-09-03perf pmus: Fix name comparisons on 32-bit systemsIan Rogers
2024-09-03perf annotate: LLVM-based disassemblerSteinar H. Gunderson
2024-09-03perf annotate: Split out read_symbol()Steinar H. Gunderson
2024-09-03perf report: Support LLVM for addr2line()Steinar H. Gunderson