summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2024-10-22perf tools: Add fallback for exclude_guestNamhyung Kim1-0/+21
2024-10-18perf build: Rename CONFIG_DWARF to CONFIG_LIBDWIan Rogers1-6/+6
2024-10-18perf build: Rename HAVE_DWARF_SUPPORT to HAVE_LIBDW_SUPPORTIan Rogers9-21/+21
2024-10-18perf libdw: Remove unnecessary definesIan Rogers3-64/+0
2024-10-18perf probe: Move elfutils support check to libdw checkIan Rogers2-4/+0
2024-10-17perf test: Remove C test wrapper for attr.pyIan Rogers2-11/+123
2024-10-17perf probe: Correct demangled symbols in C++ programLeo Yan1-2/+15
2024-10-17perf stat: Add metric-threshold to json outputIan Rogers1-2/+20
2024-10-17perf stat: Change color to threshold in print_metricIan Rogers3-64/+93
2024-10-17perf stat: Drop metric-unit if unit is NULLIan Rogers1-2/+2
2024-10-17perf stat: Display "none" for NaN with metric only jsonIan Rogers1-4/+7
2024-10-17perf stat: Fix/add parameter names for print_metricIan Rogers2-25/+36
2024-10-17perf color: Add printf format checking and resolve issuesIan Rogers6-12/+13
2024-10-17perf probe: Fix libdw memory leakIan Rogers2-2/+6
2024-10-17perf disasm: Fix capstone memory leakIan Rogers1-4/+7
2024-10-17perf dso: Fix symtab_type for kmod compressionVeronika Molnarova1-1/+1
2024-10-17perf probe: Improve log for long event name failureLeo Yan1-2/+8
2024-10-17perf probe: Check group string lengthLeo Yan1-0/+6
2024-10-17perf probe: Use the MAX_EVENT_NAME_LEN macroLeo Yan1-1/+4
2024-10-16perf tool_pmu: Remove duplicate io.h headerIan Rogers1-1/+0
2024-10-14perf arm-spe: Add Cortex CPUs to common data source encoding listLeo Yan1-0/+5
2024-10-14perf arm-spe: Add Neoverse-V2 to common data source encoding listBesar Wicaksono1-0/+1
2024-10-14perf arm-spe: Remove the unused 'midr' fieldLeo Yan1-4/+0
2024-10-14perf arm-spe: Use metadata to decide the data source featureLeo Yan1-3/+64
2024-10-14perf arm-spe: Introduce arm_spe__is_homogeneous()Leo Yan1-0/+26
2024-10-14perf arm-spe: Rename the common data source encodingLeo Yan2-23/+23
2024-10-14perf arm-spe: Rename arm_spe__synth_data_source_generic()Leo Yan1-3/+3
2024-10-14perf evsel: Fix missing inherit + sample read checkNamhyung Kim1-1/+2
2024-10-14perf tools: Remove unnecessary parenthesesNamhyung Kim1-2/+2
2024-10-14perf tools: Fix possible compiler warnings in hashmapNamhyung Kim1-10/+10
2024-10-14Merge tag 'v6.12-rc3' into perf-tools-nextNamhyung Kim6-4/+10
2024-10-14perf tools: Fix compiler error in util/tool_pmu.cNamhyung Kim1-1/+1
2024-10-10perf report: Display columns Predicted/Abort/Cycles in --branch-historyThomas Falcon4-1/+121
2024-10-10perf tool_pmu: Switch to standard pmu functions and json descriptionsIan Rogers4-105/+46
2024-10-10perf tool_pmu: Move expr literals to tool_pmuIan Rogers8-97/+188
2024-10-10perf tool_pmu: Rename perf_tool_event__* to tool_pmu__*Ian Rogers5-26/+26
2024-10-10perf tool_pmu: Rename enum perf_tool_event to tool_pmu_eventIan Rogers6-47/+47
2024-10-10perf tool_pmu: Factor tool events into their own PMUIan Rogers17-390/+518
2024-10-10perf parse-events: Expose/rename config_term_nameIan Rogers2-9/+13
2024-10-10perf pmu: Allow hardcoded terms to be applied to attributesIan Rogers3-10/+54
2024-10-10perf pmu: Simplify an asprintf error messageIan Rogers1-7/+6
2024-10-10perf tools: Remove unused color_fwrite_linesDr. David Alan Gilbert2-29/+0
2024-10-09perf probe: Remove unused add_perf_probe_eventsDr. David Alan Gilbert2-19/+0
2024-10-08Merge tag 'perf-tools-fixes-for-v6.12-1-2024-10-08' of git://git.kernel.org/p...Linus Torvalds4-2/+8
2024-10-03perf arm-spe: Dump metadata with version 2Leo Yan1-5/+49
2024-10-03perf arm-spe: Support metadata version 2Leo Yan1-4/+95
2024-10-03perf arm-spe: Define metadata header version 2Leo Yan2-2/+38
2024-10-02tools/perf: Allow inherit + PERF_SAMPLE_READ when opening eventsBen Gainey2-3/+19
2024-10-02tools/perf: Correctly calculate sample period for inherited SAMPLE_READ valuesBen Gainey1-9/+19
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro2-2/+2