summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2024-10-18perf probe: Move elfutils support check to libdw checkIan Rogers
2024-10-17perf test: Remove C test wrapper for attr.pyIan Rogers
2024-10-17perf probe: Correct demangled symbols in C++ programLeo Yan
2024-10-17perf stat: Add metric-threshold to json outputIan Rogers
2024-10-17perf stat: Change color to threshold in print_metricIan Rogers
2024-10-17perf stat: Drop metric-unit if unit is NULLIan Rogers
2024-10-17perf stat: Display "none" for NaN with metric only jsonIan Rogers
2024-10-17perf stat: Fix/add parameter names for print_metricIan Rogers
2024-10-17perf color: Add printf format checking and resolve issuesIan Rogers
2024-10-17perf probe: Fix libdw memory leakIan Rogers
2024-10-17perf disasm: Fix capstone memory leakIan Rogers
2024-10-17perf dso: Fix symtab_type for kmod compressionVeronika Molnarova
2024-10-17perf probe: Improve log for long event name failureLeo Yan
2024-10-17perf probe: Check group string lengthLeo Yan
2024-10-17perf probe: Use the MAX_EVENT_NAME_LEN macroLeo Yan
2024-10-16perf tool_pmu: Remove duplicate io.h headerIan Rogers
2024-10-14perf arm-spe: Add Cortex CPUs to common data source encoding listLeo Yan
2024-10-14perf arm-spe: Add Neoverse-V2 to common data source encoding listBesar Wicaksono
2024-10-14perf arm-spe: Remove the unused 'midr' fieldLeo Yan
2024-10-14perf arm-spe: Use metadata to decide the data source featureLeo Yan
2024-10-14perf arm-spe: Introduce arm_spe__is_homogeneous()Leo Yan
2024-10-14perf arm-spe: Rename the common data source encodingLeo Yan
2024-10-14perf arm-spe: Rename arm_spe__synth_data_source_generic()Leo Yan
2024-10-14perf evsel: Fix missing inherit + sample read checkNamhyung Kim
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