summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2024-10-14perf tools: Remove unnecessary parenthesesNamhyung Kim
2024-10-14perf tools: Fix possible compiler warnings in hashmapNamhyung Kim
2024-10-14Merge tag 'v6.12-rc3' into perf-tools-nextNamhyung Kim
2024-10-14perf tools: Fix compiler error in util/tool_pmu.cNamhyung Kim
2024-10-10perf report: Display columns Predicted/Abort/Cycles in --branch-historyThomas Falcon
2024-10-10perf tool_pmu: Switch to standard pmu functions and json descriptionsIan Rogers
2024-10-10perf tool_pmu: Move expr literals to tool_pmuIan Rogers
2024-10-10perf tool_pmu: Rename perf_tool_event__* to tool_pmu__*Ian Rogers
2024-10-10perf tool_pmu: Rename enum perf_tool_event to tool_pmu_eventIan Rogers
2024-10-10perf tool_pmu: Factor tool events into their own PMUIan Rogers
2024-10-10perf parse-events: Expose/rename config_term_nameIan Rogers
2024-10-10perf pmu: Allow hardcoded terms to be applied to attributesIan Rogers
2024-10-10perf pmu: Simplify an asprintf error messageIan Rogers
2024-10-10perf tools: Remove unused color_fwrite_linesDr. David Alan Gilbert
2024-10-09perf probe: Remove unused add_perf_probe_eventsDr. David Alan Gilbert
2024-10-08Merge tag 'perf-tools-fixes-for-v6.12-1-2024-10-08' of git://git.kernel.org/p...Linus Torvalds
2024-10-03perf arm-spe: Dump metadata with version 2Leo Yan
2024-10-03perf arm-spe: Support metadata version 2Leo Yan
2024-10-03perf arm-spe: Define metadata header version 2Leo Yan
2024-10-02tools/perf: Allow inherit + PERF_SAMPLE_READ when opening eventsBen Gainey
2024-10-02tools/perf: Correctly calculate sample period for inherited SAMPLE_READ valuesBen Gainey
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
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