summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2025-10-19perf c2c annotate: Start from the contention lineTianyou Li
2025-10-19perf c2c: Add annotation support to perf c2c reportTianyou Li
2025-10-19perf stat bperf cgroup: Increase MAX_EVENTS from 32 to 1024Ian Rogers
2025-10-19perf ilist: Add PMU information to metricsIan Rogers
2025-10-19perf python: Add PMU argument to parse_metricsIan Rogers
2025-10-19perf ilist: Don't display deprecated eventsIan Rogers
2025-10-19perf trace: Don't synthesize mmaps unless callchains are enabledIan Rogers
2025-10-15perf test parse-events: Add evsel test helperIan Rogers
2025-10-15perf test parse-events: Add evlist test helperIan Rogers
2025-10-15perf test: Clean up test_..config helpersIan Rogers
2025-10-15perf test: Switch cycles event to cpu-cyclesIan Rogers
2025-10-15perf test parse-events: Remove cpu PMU requirementIan Rogers
2025-10-15perf test parse-events: Without a PMU use cpu-cycles rather than cyclesIan Rogers
2025-10-15perf test parse-events: Use evsel__match for legacy eventsIan Rogers
2025-10-15perf evsel: Improvements to __evsel__matchIan Rogers
2025-10-15perf evlist: Avoid scanning all PMUs for evlist__new_defaultIan Rogers
2025-10-15perf top: Use evlist__new_default when no events specifiedIan Rogers
2025-10-15perf record: Use evlist__new_default when no events specifiedIan Rogers
2025-10-15perf parse-events: Remove hard coded legacy hardware and cache parsingIan Rogers
2025-10-15perf print-events: Remove print_symbol_eventsIan Rogers
2025-10-15perf print-events: Remove print_hwcache_eventsIan Rogers
2025-10-15perf jevents: Add legacy-hardware and legacy-cache jsonIan Rogers
2025-10-15perf pmu: Add and use legacy_terms in alias informationIan Rogers
2025-10-15perf jevents: Add legacy json terms and default_core event table helperIan Rogers
2025-10-15perf parse-events: Add terms for legacy hardware and cache config valuesIan Rogers
2025-10-15perf pmu: Factor term parsing into a perf_event_attr into a helperIan Rogers
2025-10-15perf pmu: Use fd rather than FILE from new_aliasIan Rogers
2025-10-15perf parse-events: Remove unused FILE input argument to scannerIan Rogers
2025-10-15perf pmu: Don't eagerly parse event termsIan Rogers
2025-10-15perf jevents: Support copying the source json files to OUTPUTIan Rogers
2025-10-15perf record: Skip don't fail for events that don't openIan Rogers
2025-10-15perf stat: Avoid wildcarding PMUs for default eventsIan Rogers
2025-10-15perf perf_api_probe: Avoid scanning all PMUs, try software PMU firstIan Rogers
2025-10-15perf parse-events: Fix legacy cache events if event is duplicated in a PMUIan Rogers
2025-10-13perf bpf_counter: Fix opening of "any"(-1) CPU eventsIan Rogers
2025-10-13perf build python: Don't leave a.out file when building with clangIan Rogers
2025-10-13perf stat: Additional verbose details for <not supported> eventsIan Rogers
2025-10-13perf tests: use strdup() in "Object code reading"James Clark
2025-10-11Merge tag 'x86_cleanups_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-10-08Merge tag 'perf-tools-for-v6.18-1-2025-10-08' of git://git.kernel.org/pub/scm...Linus Torvalds
2025-10-06perf tools: Fix arm64 libjvmti build by generating unistd_64.hVincent Minet
2025-10-06perf tests: Don't retest sections in "Object code reading"James Clark
2025-10-06perf docs: Document building with ClangLeo Yan
2025-10-06perf build: Support build with clangLeo Yan
2025-10-06perf test coresight: Dismiss clang warning for unroll loop threadLeo Yan
2025-10-06perf test coresight: Dismiss clang warning for thread loopLeo Yan
2025-10-06perf test coresight: Dismiss clang warning for memcpy threadLeo Yan
2025-10-06perf build: Disable thread safety analysis for perl headerLeo Yan
2025-10-06perf build: Correct CROSS_ARCH for clangLeo Yan
2025-10-06perf python: split Clang options when invoking PopenLeo Yan