summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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
2021-09-30KVM: selftests: Ensure all migrations are performed when test is affinedSean Christopherson
2021-09-29perf tests vmlinux-kallsyms: Ignore hidden symbolsMichael Petlan
2021-09-29perf metric: Avoid events for an 'if' constant resultIan Rogers
2021-09-29perf metric: Don't compute unused eventsIan Rogers
2021-09-29perf expr: Propagate constants for binary operationsIan Rogers
2021-09-29perf expr: Merge find_ids and regular parsingIan Rogers
2021-09-29perf metric: Allow metrics with no eventsIan Rogers
2021-09-29perf metric: Add utilities to work on ids map.Ian Rogers
2021-09-29perf metric: Rename expr__find_other.Ian Rogers
2021-09-29perf expr: Move actions to the left.Ian Rogers
2021-09-29perf expr: Use macros for operatorsIan Rogers
2021-09-29perf expr: Separate token declataion from typeIan Rogers
2021-09-29perf expr: Remove unused headers and inline d_ratioIan Rogers
2021-09-29perf metric: Use NAN for missing event IDs.Ian Rogers
2021-09-29perf metric: Restructure struct expr_parse_ctx.Ian Rogers
2021-09-28perf vendor events arm64: Revise hip08 uncore eventsJohn Garry
2021-09-28perf test: Add pmu-event test for event described as "config="John Garry
2021-09-28perf test: Verify more event members in pmu-events testJohn Garry
2021-09-28perf jevents: Support ConfigCodeJohn Garry
2021-09-28perf parse-events: Set numeric term configJohn Garry
2021-09-28libtraceevent: Increase libtraceevent logging when verboseIan Rogers
2021-09-28perf tools: Add define for libtracefs versionIan Rogers
2021-09-28perf tools: Add define for libtraceevent versionIan Rogers
2021-09-28perf tools: Enable libtracefs dynamic linkingIan Rogers
2021-09-28perf test: Workload test of all PMUsIan Rogers
2021-09-28perf test: Workload test of metric and metricgroupsIan Rogers
2021-09-28perf jevents: Add __maybe_unused attribute to unused function argArnaldo Carvalho de Melo
2021-09-28selftests: KVM: Don't clobber XMM register when readOliver Upton
2021-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller