aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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/kernel/git/shuah/linux-kselftestLinus 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/tip into for-next/asmWill Deacon1-1/+0
2020-04-30selftests/bpf: Test allowed maps for bpf_sk_select_reuseportJakub Sitnicki2-1/+56
2020-04-30libbpf: Fix false uninitialized variable warningAndrii Nakryiko1-1/+1
2020-04-30perf vendor events power9: Add hv_24x7 socket/chip level metric eventsKajol Jain1-0/+19
2020-04-30perf tools: Enable Hz/hz prinitg for --metric-only optionKajol Jain1-2/+0
2020-04-30perf tests expr: Added test for runtime param in metric expressionKajol Jain1-0/+8
2020-04-30perf metricgroups: Enhance JSON/metric infrastructure to handle "?"Kajol Jain8-27/+79
2020-04-30perf pmu: Fix function name in comment, its get_cpuid_str(), not get_cpustr()Shaokun Zhang1-1/+1
2020-04-30perf report: Fix warning assignment of 0/1 to bool variableZou Wei1-1/+1
2020-04-30perf tools: Remove unneeded semicolonsZou Wei7-7/+7
2020-04-30perf c2c: Remove unneeded semicolonZou Wei1-3/+3
2020-04-30libtraceevent: Remove unneeded semicolonZou Wei1-1/+1
2020-04-30perf script: Remove extraneous newline in perf_sample__fprintf_regs()Stephane Eranian1-2/+0