summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2024-05-06perf dso: Use container_of() to avoid a pointer in 'struct dso_data'Ian Rogers
2024-05-06perf symbol-elf: dso__load_sym_internal() reference count fixesIan Rogers
2024-05-06perf symbol-elf: Ensure dso__put() in machine__process_ksymbol_register()Ian Rogers
2024-05-06perf map: Add missing dso__put() in map__new()Ian Rogers
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers
2024-05-06perf dsos: Switch hand crafted code to bsearch()Ian Rogers
2024-05-06perf dsos: Remove __dsos__findnew_link_by_longname_id()Ian Rogers
2024-05-06perf dsos: Remove __dsos__addnew()Ian Rogers
2024-05-06perf dsos: Switch backing storage to array from rbtree/listIan Rogers
2024-05-04perf vendor events amd: Add Zen 5 mappingSandipan Das
2024-05-04perf vendor events amd: Add Zen 5 metricsSandipan Das
2024-05-04perf vendor events amd: Add Zen 5 uncore eventsSandipan Das
2024-05-04perf vendor events amd: Add Zen 5 core eventsSandipan Das
2024-05-04perf trace: Disable syscall augmentation with recordIan Rogers
2024-05-03perf pmu: Assume sysfs events are always the same caseIan Rogers
2024-05-03perf test pmu: Test all sysfs PMU event names are the same caseIan Rogers
2024-05-03perf test pmu: Add an eagerly loaded event testIan Rogers
2024-05-03perf test pmu: Refactor format test and exposed test APIsIan Rogers
2024-05-03perf test pmu-events: Make it clearer that pmu-events tests JSON eventsIan Rogers
2024-05-02perf maps: Remove check_invariants() from maps__lock()Namhyung Kim
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-02perf cs-etm: Improve version detection and error reportingJames Clark
2024-05-02perf cs-etm: Remove repeated fetches of the ETM PMUJames Clark
2024-05-02perf cs-etm: Use struct perf_cpu as much as possibleJames Clark
2024-05-02perf annotate-data: Check kind of stack variablesNamhyung Kim
2024-05-02perf annotate-data: Handle multi regs in find_data_type_block()Namhyung Kim
2024-05-02perf annotate-data: Check memory access with two registersNamhyung Kim
2024-05-02perf annotate-data: Handle direct global variable accessNamhyung Kim
2024-05-02perf annotate-data: Collect global variables in advanceNamhyung Kim
2024-05-02perf dwarf-aux: Add die_collect_global_vars()Namhyung Kim
2024-04-27Merge tag 'riscv-for-linus-6.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-04-26perf test: Reintroduce -p/--parallel and make -S/--sequential the defaultArnaldo Carvalho de Melo
2024-04-26tools headers: Synchronize linux/bits.h with the kernel sourcesArnaldo Carvalho de Melo
2024-04-26perf annotate: Fix data type profiling on stdioNamhyung Kim
2024-04-26perf build: Pretend scandirat is missing with msanIan Rogers
2024-04-26perf intel-pt: Fix unassigned instruction op (discovered by MemorySanitizer)Adrian Hunter
2024-04-26perf record: Fix comment misspellingsHoward Chu
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