summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-10-18perf build: Rename HAVE_DWARF_SUPPORT to HAVE_LIBDW_SUPPORTIan Rogers
2024-10-18perf libdw: Remove unnecessary definesIan Rogers
2024-10-18perf probe: Move elfutils support check to libdw checkIan Rogers
2024-10-18perf build: Combine test-dwarf-getcfi into test-libdwIan Rogers
2024-10-18perf build: Combine test-dwarf-getlocations into test-libdwIan Rogers
2024-10-18perf build: Combine libdw-dwarf-unwind into libdw feature testsIan Rogers
2024-10-18perf build: Rename test-dwarf to test-libdwIan Rogers
2024-10-18perf build: Remove defined but never used variableIan Rogers
2024-10-18perf build: Rename NO_DWARF to NO_LIBDWIan Rogers
2024-10-18perf build: Fix LIBDW_DIRIan Rogers
2024-10-17perf test: Move attr files into shell directory where they are usedIan Rogers
2024-10-17perf test: Remove C test wrapper for attr.pyIan Rogers
2024-10-17perf test: Add a shell wrapper for "Setup struct perf_event_attr"Ian Rogers
2024-10-17perf probe: Correct demangled symbols in C++ programLeo Yan
2024-10-17perf stat: Disable metric thresholds for CSV and JSON metric-only modeIan Rogers
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-17tools/perf/powerpc/util: Add support to handle compatible mode PVR for perf j...Athira Rajeev
2024-10-17tools/perf/pmu-events/powerpc: Add support for compat events in jsonAthira Rajeev
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-17perf test: Speed up some tests using perf listNamhyung Kim
2024-10-16perf x86/topdown: Refine helper arch_is_topdown_metrics()Dapeng Mi
2024-10-16perf x86/topdown: Make topdown metrics comparators be symmetricDapeng Mi
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 test: Delete unused Intel CQM testHoward Chu
2024-10-14perf evsel: Fix missing inherit + sample read checkNamhyung Kim
2024-10-14perf sched timehist: Add pre-migration wait time optionMadadi Vineeth Reddy
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-14tools/perf/tests: Remove duplicate evlist__delete in tests/tool_pmu.cAthira Rajeev
2024-10-14tools/perf/tests: Fix compilation error with strncpy in tests/tool_pmuAthira Rajeev
2024-10-11Merge tag 'linux_kselftest-fixes-6.12-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds