aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2020-05-05perf auxtrace: Add option to synthesize branch stack for regular eventsAdrian Hunter6-5/+15
2020-05-05perf intel-pt: Change branch stack support to use thread-stacksAdrian Hunter1-102/+39
2020-05-05perf intel-pt: Consolidate thread-stack use conditionAdrian Hunter1-2/+6
2020-05-05perf thread-stack: Add branch stack supportAdrian Hunter4-14/+108
2020-05-05perf tools: Simplify checking if SMT is active.Konstantin Khlebnikov1-0/+4
2020-05-05perf tools: Fix reading new topology attribute "core_cpus"Konstantin Khlebnikov1-3/+3
2020-05-05libperf evlist: Fix a refcount leakIan Rogers1-0/+1
2020-05-05perf parse-events: Fix another memory leaks found on parse_events()Ian Rogers1-0/+1
2020-05-05perf parse-events: Fix memory leaks found on parse_eventsIan Rogers1-1/+1
2020-05-05perf parse-events: Fix memory leaks found on parse_eventsIan Rogers1-0/+1
2020-05-05libperf: Add NULL pointer check for cpu_map iteration and NULL assignment for...He Zhe2-1/+2
2020-05-05perf record: Move side band evlist setup to separate routineArnaldo Carvalho de Melo1-30/+41
2020-05-05perf record: Introduce --switch-output-eventArnaldo Carvalho de Melo2-4/+50
2020-05-05libsubcmd: Introduce OPT_CALLBACK_SET()Arnaldo Carvalho de Melo1-0/+2
2020-05-05perf evlist: Allow reusing the side band thread for more purposesArnaldo Carvalho de Melo2-0/+24
2020-05-05perf evlist: Move the sideband thread routines to separate objectArnaldo Carvalho de Melo3-117/+126
2020-05-05perf parse-events: Add parse_events_option() variant that creates evlistArnaldo Carvalho de Melo2-0/+24
2020-05-05perf bpf: Decouple creating the evlist from adding the SB eventArnaldo Carvalho de Melo6-29/+36
2020-05-05perf top: Move sb_evlist to 'struct perf_top'Arnaldo Carvalho de Melo2-5/+4
2020-05-05perf record: Move sb_evlist to 'struct record'Arnaldo Carvalho de Melo1-4/+4
2020-05-05perf tools: Move routines that probe for perf API features to separate fileArnaldo Carvalho de Melo11-158/+186
2020-05-05tools: gpio: add bias flags to lsgpioKent Gibson1-0/+12
2020-05-05iocost: protect iocg->abs_vdebt with iocg->waitq.lockTejun Heo1-1/+6
2020-05-04devlink: let kernel allocate region snapshot idJakub Kicinski1-0/+13
2020-05-02ptp: Add adjust_phase to ptp_clock_caps capability.Vincent Cheng1-2/+4
2020-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller46-555/+3591
2020-05-01selftests/bpf: Use reno instead of dctcpStanislav Fomichev2-4/+3
2020-05-01bpf: Bpf_{g,s}etsockopt for struct bpf_sock_addrStanislav Fomichev3-2/+59
2020-05-01bpf: Add selftest for BPF_ENABLE_STATSSong Liu2-0/+63
2020-05-01libbpf: Add support for command BPF_ENABLE_STATSSong Liu3-0/+12
2020-05-01bpf: Sharing bpf runtime stats with BPF_ENABLE_STATSSong Liu1-0/+11
2020-05-01selftests: fix kvm relocatable native/cross builds and installsShuah Khan1-1/+28
2020-05-01selftests/ftrace: Make XFAIL green colorMasami Hiramatsu1-1/+1
2020-05-01ftrace/selftest: make unresolved cases cause failure if --fail-unresolved setAlan Maguire1-1/+7
2020-05-01ftrace/selftests: workaround cgroup RT scheduling issuesAlan Maguire1-0/+22
2020-04-30Merge tag 'linux-kselftest-5.7-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds19-40/+315
2020-04-30iocost_monitor: drop string wrap around numbers when outputting jsonTejun Heo1-21/+21
2020-04-30iocost_monitor: exit successfully if interval is zeroTejun Heo1-1/+5
2020-04-30objtool: Add support for intra-function callsAlexandre Chartre3-4/+91
2020-04-30objtool: Move the IRET hack into the arch decoderMiroslav Benes5-25/+21
2020-04-30objtool: Remove INSN_STACKPeter Zijlstra3-27/+0
2020-04-30objtool: Make handle_insn_ops() unconditionalPeter Zijlstra1-5/+3
2020-04-30objtool: Rework allocating stack_ops on decodePeter Zijlstra1-104/+147
2020-04-30objtool: UNWIND_HINT_RET_OFFSET should not check registersAlexandre Chartre1-0/+8
2020-04-30objtool: is_fentry_call() crashes if call has no destinationAlexandre Chartre1-1/+1
2020-04-30objtool: Fix ORC vs alternativesPeter Zijlstra2-1/+40
2020-04-30objtool: Uniquely identify alternative instruction groupsAlexandre Chartre2-2/+7
2020-04-30objtool: Remove check preventing branches within alternativeJulien Thierry1-6/+0
2020-04-30Merge branch 'x86/asm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/t...Will Deacon1-1/+0
2020-04-30selftests/bpf: Test allowed maps for bpf_sk_select_reuseportJakub Sitnicki2-1/+56