summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
...
* | perf tools: Move x86__is_amd_cpu() to util/env.cNamhyung Kim2024-10-222-0/+27
* | perf tools: Detect missing kernel features properlyNamhyung Kim2024-10-223-101/+307
* | perf tools: Do not set exclude_guest for precise_ipNamhyung Kim2024-10-221-4/+0
* | perf tools: Simplify evsel__add_modifier()Namhyung Kim2024-10-221-4/+1
* | perf tools: Don't set attr.exclude_guest by defaultNamhyung Kim2024-10-223-3/+12
* | perf tools: Add fallback for exclude_guestNamhyung Kim2024-10-221-0/+21
* | perf build: Rename CONFIG_DWARF to CONFIG_LIBDWIan Rogers2024-10-181-6/+6
* | perf build: Rename HAVE_DWARF_SUPPORT to HAVE_LIBDW_SUPPORTIan Rogers2024-10-189-21/+21
* | perf libdw: Remove unnecessary definesIan Rogers2024-10-183-64/+0
* | perf probe: Move elfutils support check to libdw checkIan Rogers2024-10-182-4/+0
* | perf test: Remove C test wrapper for attr.pyIan Rogers2024-10-172-11/+123
* | 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-104-1/+121
* | perf tool_pmu: Switch to standard pmu functions and json descriptionsIan Rogers2024-10-104-105/+46
* | perf tool_pmu: Move expr literals to tool_pmuIan Rogers2024-10-108-97/+188
* | perf tool_pmu: Rename perf_tool_event__* to tool_pmu__*Ian Rogers2024-10-105-26/+26
* | perf tool_pmu: Rename enum perf_tool_event to tool_pmu_eventIan Rogers2024-10-106-47/+47
* | perf tool_pmu: Factor tool events into their own PMUIan Rogers2024-10-1017-390/+518
* | perf parse-events: Expose/rename config_term_nameIan Rogers2024-10-102-9/+13