summaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf probe: Correct demangled symbols in C++ programLeo Yan2024-10-171-2/+15
* perf stat: Add metric-threshold to json outputIan Rogers2024-10-171-2/+20
* perf stat: Change color to threshold in print_metricIan Rogers2024-10-173-64/+93
* perf stat: Drop metric-unit if unit is NULLIan Rogers2024-10-171-2/+2
* perf stat: Display "none" for NaN with metric only jsonIan Rogers2024-10-171-4/+7
* perf stat: Fix/add parameter names for print_metricIan Rogers2024-10-172-25/+36
* perf color: Add printf format checking and resolve issuesIan Rogers2024-10-176-12/+13
* perf probe: Fix libdw memory leakIan Rogers2024-10-172-2/+6
* perf disasm: Fix capstone memory leakIan Rogers2024-10-171-4/+7
* perf dso: Fix symtab_type for kmod compressionVeronika Molnarova2024-10-171-1/+1
* perf probe: Improve log for long event name failureLeo Yan2024-10-171-2/+8
* perf probe: Check group string lengthLeo Yan2024-10-171-0/+6
* perf probe: Use the MAX_EVENT_NAME_LEN macroLeo Yan2024-10-171-1/+4
* perf tool_pmu: Remove duplicate io.h headerIan Rogers2024-10-161-1/+0
* perf arm-spe: Add Cortex CPUs to common data source encoding listLeo Yan2024-10-141-0/+5
* perf arm-spe: Add Neoverse-V2 to common data source encoding listBesar Wicaksono2024-10-141-0/+1
* perf arm-spe: Remove the unused 'midr' fieldLeo Yan2024-10-141-4/+0
* perf arm-spe: Use metadata to decide the data source featureLeo Yan2024-10-141-3/+64
* perf arm-spe: Introduce arm_spe__is_homogeneous()Leo Yan2024-10-141-0/+26
* perf arm-spe: Rename the common data source encodingLeo Yan2024-10-142-23/+23
* perf arm-spe: Rename arm_spe__synth_data_source_generic()Leo Yan2024-10-141-3/+3
* perf evsel: Fix missing inherit + sample read checkNamhyung Kim2024-10-141-1/+2
* perf tools: Remove unnecessary parenthesesNamhyung Kim2024-10-141-2/+2
* perf tools: Fix possible compiler warnings in hashmapNamhyung Kim2024-10-141-10/+10
* Merge tag 'v6.12-rc3' into perf-tools-nextNamhyung Kim2024-10-146-4/+10
|\
| * Merge tag 'perf-tools-fixes-for-v6.12-1-2024-10-08' of git://git.kernel.org/p...Linus Torvalds2024-10-084-2/+8
| |\
| | * perf cs-etm: Fix the assert() to handle captured and unprocessed cpu traceIlkka Koskinen2024-10-021-1/+1
| | * perf dwarf-aux: Fix build with !HAVE_DWARF_GETLOCATIONS_SUPPORTJames Clark2024-10-021-0/+1
| | * perf vdso: Missed put on 32-bit dsosIan Rogers2024-09-271-1/+3
| | * perf symbol: Set binary_type of dso when loadingNamhyung Kim2024-09-221-0/+3
| * | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-022-2/+2
| |/
* | perf tools: Fix compiler error in util/tool_pmu.cNamhyung Kim2024-10-141-1/+1
* | perf report: Display columns Predicted/Abort/Cycles in --branch-historyThomas Falcon2024-10-114-1/+121
* | perf tool_pmu: Switch to standard pmu functions and json descriptionsIan Rogers2024-10-114-105/+46
* | perf tool_pmu: Move expr literals to tool_pmuIan Rogers2024-10-118-97/+188
* | perf tool_pmu: Rename perf_tool_event__* to tool_pmu__*Ian Rogers2024-10-115-26/+26
* | perf tool_pmu: Rename enum perf_tool_event to tool_pmu_eventIan Rogers2024-10-116-47/+47
* | perf tool_pmu: Factor tool events into their own PMUIan Rogers2024-10-1117-390/+518
* | perf parse-events: Expose/rename config_term_nameIan Rogers2024-10-112-9/+13
* | perf pmu: Allow hardcoded terms to be applied to attributesIan Rogers2024-10-113-10/+54
* | perf pmu: Simplify an asprintf error messageIan Rogers2024-10-111-7/+6
* | perf tools: Remove unused color_fwrite_linesDr. David Alan Gilbert2024-10-112-29/+0
* | perf probe: Remove unused add_perf_probe_eventsDr. David Alan Gilbert2024-10-092-19/+0
* | perf arm-spe: Dump metadata with version 2Leo Yan2024-10-041-5/+49
* | perf arm-spe: Support metadata version 2Leo Yan2024-10-041-4/+95
* | perf arm-spe: Define metadata header version 2Leo Yan2024-10-042-2/+38
* | tools/perf: Allow inherit + PERF_SAMPLE_READ when opening eventsBen Gainey2024-10-022-3/+19
* | tools/perf: Correctly calculate sample period for inherited SAMPLE_READ valuesBen Gainey2024-10-021-9/+19
* | perf evsel: Reduce a variables scopeIan Rogers2024-09-301-1/+2
* | perf mem: Fix printing PERF_MEM_LVLNUM_{L2_MHB|MSC}Thomas Falcon2024-09-271-1/+7