summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-04-26perf annotate: Update DSO binary type when trying build-idNamhyung Kim
2024-04-26perf annotate: Fallback disassemble to objdump when capstone failsNamhyung Kim
2024-04-26perf annotate-data: Check if 'struct annotation_source' was allocated on 'per...Namhyung Kim
2024-04-26perf test: Add a new test for 'perf annotate'Namhyung Kim
2024-04-26perf parse-events: Tidy the setting of the default event nameIan Rogers
2024-04-26perf parse-events: Minor grouping tidy upIan Rogers
2024-04-26perf parse-event: Constify event_symbol arraysIan Rogers
2024-04-26perf parse-events: Improvements to modifier parsingIan Rogers
2024-04-26perf parse-events: Inline parse_events_evlist_errorIan Rogers
2024-04-26perf parse-events: Improve error message for bad numbersIan Rogers
2024-04-26perf parse-events: Inline parse_events_update_listsIan Rogers
2024-04-26perf parse-events: Prefer sysfs/JSON hardware events over legacyIan Rogers
2024-04-26perf parse-events: Constify parse_events_add_numericIan Rogers
2024-04-26perf parse-events: Handle PE_TERM_HW in name_or_rawIan Rogers
2024-04-26perf parse-events: Legacy cache names on all PMUs and lower priorityIan Rogers
2024-04-26perf tests parse-events: Use "branches" rather than "cache-references"Ian Rogers
2024-04-26perf pmu: Refactor perf_pmu__match()Ian Rogers
2024-04-26perf parse-events: Avoid copying an empty listIan Rogers
2024-04-26perf parse-events: Directly pass PMU to parse_events_add_pmu()Ian Rogers
2024-04-26perf parse-events: Factor out '<event_or_pmu>/.../' parsingIan Rogers
2024-04-26perf scripts python: Add a script to run instances of 'perf script' in parallelAdrian Hunter
2024-04-26tools lib rbtree: Pick some improvements from the kernel rbtree codeArnaldo Carvalho de Melo
2024-04-26perf tests shell kprobes: Add missing description as used by 'perf test' outputArnaldo Carvalho de Melo
2024-04-23tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo
2024-04-22tools include UAPI: Sync linux/vhost.h with the kernel sourcesArnaldo Carvalho de Melo
2024-04-22Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo
2024-04-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-04-20Merge tag 'powerpc-6.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2024-04-19Merge tag 'perf-tools-fixes-for-v6.9-2024-04-19' of git://git.kernel.org/pub/...Linus Torvalds
2024-04-19Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-04-18Revert "tools headers: Remove almost unused copy of uapi/stat.h, add few cond...Arnaldo Carvalho de Melo
2024-04-18perf probe-event: Better error message for a too-long probe nameDima Kogan
2024-04-18perf probe-event: Un-hardcode sizeof(buf)Dima Kogan
2024-04-18perf stat: Add new field in stat_config to enable hardware aware groupingWeilin Wang
2024-04-18perf test shell arm_coresight: Increase buffer size for Coresight basic testsJames Clark
2024-04-18perf genelf: Fix compiling with libelf on rv32Chen Pei
2024-04-18perf vendor events arm64: AmpereOne/AmpereOneX: Mark L1D_CACHE_INVAL impacted...Ilkka Koskinen
2024-04-18perf test bpf-counters: Add test for BPF event modifierIan Rogers
2024-04-18perf docs: Document bpf event modifierIan Rogers
2024-04-18Merge tag 'net-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-04-17selftests: kselftest_harness: fix Clang warning about zero-length formatJakub Kicinski
2024-04-17perf tools: Enable configs required for test_uprobe_from_different_cu.shChaitanya S Prakash
2024-04-17perf report: Add weight[123] output fieldsNamhyung Kim
2024-04-17perf hist: Add weight fields to hist entry statsNamhyung Kim
2024-04-17perf hist: Move histogram related code to hist.hNamhyung Kim
2024-04-16perf annotate-data: Handle RSP if it's not the FB registerNamhyung Kim
2024-04-16perf dwarf-aux: Check variable address range properlyNamhyung Kim
2024-04-16perf dwarf-aux: Check pointer offset when checking variablesNamhyung Kim
2024-04-16perf annotate-data: Improve debug message with location infoNamhyung Kim
2024-04-16selftests/tcp_ao: Printing fixes to confirm with format-securityDmitry Safonov