summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-10-20perf vendor events arm64: Categorise the Neoverse V1 countersAndrew Kilroy
2021-10-20perf vendor events arm64: Add new armv8 pmu eventsAndrew Kilroy
2021-10-20perf vendor events: Syntax corrections in Neoverse N1 jsonAndrew Kilroy
2021-10-20perf metric: Allow modifiers on metricsIan Rogers
2021-10-20perf parse-events: Identify broken modifiersIan Rogers
2021-10-20perf metric: Switch fprintf() to pr_err()Ian Rogers
2021-10-20perf metrics: Modify setup and deduplicationIan Rogers
2021-10-20perf expr: Add subset_of_ids() utilityIan Rogers
2021-10-20perf metric: Encode and use metric-id as qualifierIan Rogers
2021-10-20perf parse-events: Allow config on kernel PMU eventsIan Rogers
2021-10-20perf parse-events: Add new "metric-id" termIan Rogers
2021-10-20perf parse-events: Add const to evsel nameIan Rogers
2021-10-20perf metric: Simplify metric_refs calculationIan Rogers
2021-10-20perf metric: Document the internal 'struct metric'Ian Rogers
2021-10-20perf metric: Comment data structuresIan Rogers
2021-10-20perf metric: Modify resolution and recursion checkIan Rogers
2021-10-20perf metric: Only add a referenced metric onceIan Rogers
2021-10-20perf metric: Add metric new() and free() methodsIan Rogers
2021-10-20perf metric: Add documentation and rename a variable.Ian Rogers
2021-10-20perf metric: Move runtime value to the expr contextIan Rogers
2021-10-20perf pmu: Make pmu_event tables const.Ian Rogers
2021-10-20perf pmu: Make pmu_sys_event_tables const.Ian Rogers
2021-10-20perf pmu: Add const to pmu_events_map.Ian Rogers
2021-10-20tools lib: Adopt list_sort() from the kernel sourcesIan Rogers
2021-10-08perf kmem: Improve man page for record optionsIan Rogers
2021-10-08perf tools: Enable strict JSON parsingJames Clark
2021-10-08perf tools: Make the JSON parser more conformant when in strict modeJames Clark
2021-10-08perf vendor-events: Fix all remaining invalid JSON filesJames Clark
2021-10-08perf daemon: Remove duplicate sys/file.h includeGuo Zhengkui
2021-10-08perf test evlist-open-close: Use inline func to convert timeval to usecRiccardo Mancini
2021-10-08perf mmap: Introduce mmap_cpu_mask__duplicate()Riccardo Mancini
2021-10-08libperf cpumap: Use binary search in perf_cpu_map__idx() as array are sortedRiccardo Mancini
2021-10-08Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2021-10-07Merge tag 'perf-tools-fixes-for-v5.15-2021-10-07' of git://git.kernel.org/pub...Linus Torvalds
2021-10-07Merge tag 'net-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-10-07Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-10-05perf tests attr: Add missing topdown metrics eventsKan Liang
2021-10-05tools include UAPI: Sync sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo
2021-10-05perf build: Fix plugin static linking with libopencsd on ARM and ARM64Branislav Rankov
2021-10-05perf build: Add missing -lstdc++ when linking with libopencsdBranislav Rankov
2021-10-05perf jevents: Free the sys_event_tables list after processing entriesLike Xu
2021-10-04Merge tag 'linux-kselftest-fixes-5.15-rc5' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2021-10-04perf srcline: Use long-running addr2line per DSOTony Garnock-Jones
2021-10-03objtool: print out the symbol type when complaining about itLinus Torvalds
2021-10-03Merge tag 'objtool_urgent_for_v5.15_rc4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2021-10-01libbpf: Fix memory leak in strsetAndrii Nakryiko
2021-10-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-10-01objtool: Teach get_alt_entry() about more relocation typesPeter Zijlstra
2021-09-30Merge tag 'net-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-09-30libbpf: Fix segfault in light skeleton for objects without BTFKumar Kartikeya Dwivedi