summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2019-10-09perf evlist: Introduce append_tp_filter() methodArnaldo Carvalho de Melo
2019-10-09perf evlist: Factor out asprintf routine to build a tracepoint pid filterArnaldo Carvalho de Melo
2019-10-09perf trace: Associate the "msr" tracepoint arg name with x86_MSR__scnprintf()Arnaldo Carvalho de Melo
2019-10-09perf trace beauty: Add the glue for the autogenerated MSR arraysArnaldo Carvalho de Melo
2019-10-09perf trace: Allow associating scnprintf routines with well known arg namesArnaldo Carvalho de Melo
2019-10-09perf beauty: Hook up the x86 MSR table generatorArnaldo Carvalho de Melo
2019-10-09perf trace beauty: Add a x86 MSR cmd id->str table generatorArnaldo Carvalho de Melo
2019-10-09perf beauty: Make strarray's offset be u64Arnaldo Carvalho de Melo
2019-10-09selftests/powerpc: Fix compile error on tlbie_test due to newer gccDesnes A. Nunes do Rosario
2019-10-08Merge tag 'linux-kselftest-5.4-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-10-07tools arch x86: Grab a copy of the file containing the MSR numbersArnaldo Carvalho de Melo
2019-10-07perf trace: Allow choosing how to augment the tracepoint argumentsArnaldo Carvalho de Melo
2019-10-07perf trace: Enclose all events argument lists with ()Arnaldo Carvalho de Melo
2019-10-07perf trace: Add array of chars scnprintf beautifierArnaldo Carvalho de Melo
2019-10-07perf trace: Add the syscall_arg_fmt pointer to syscall_argArnaldo Carvalho de Melo
2019-10-07perf trace: Move some scnprintf methods from syscall to syscall_arg_fmtArnaldo Carvalho de Melo
2019-10-07perf trace: Allocate an array of beautifiers for tracepoint argsArnaldo Carvalho de Melo
2019-10-07perf trace: Factor out the initialization of syscal_arg_fmt->scnprintfArnaldo Carvalho de Melo
2019-10-07perf script: Allow --time with --reltimeAndi Kleen
2019-10-07perf tools: Make usage of test_attr__* optional for perf-sys.hBjörn Töpel
2019-10-07perf scripts python: exported-sql-viewer.py: Add Time chart by CPUAdrian Hunter
2019-10-07perf scripts python: exported-sql-viewer.py: Add ability for Call tree to ope...Adrian Hunter
2019-10-07perf scripts python: exported-sql-viewer.py: Tidy up Call tree call_timeAdrian Hunter
2019-10-07perf scripts python: exported-sql-viewer.py: Add global time range calculationsAdrian Hunter
2019-10-07perf scripts python: exported-sql-viewer.py: Add HBoxLayout and VBoxLayoutAdrian Hunter
2019-10-07perf scripts python: exported-sql-viewer.py: Add LookupModel()Adrian Hunter
2019-10-07perf trace augmented_syscalls: Do not show syscalls when none was asked forArnaldo Carvalho de Melo
2019-10-07perf trace: Postpone parsing .perfconfig trace.add_events to after --verbose ...Arnaldo Carvalho de Melo
2019-10-07perf trace: Generalize the syscall_fmt find routinesArnaldo Carvalho de Melo
2019-10-07perf trace: Separate 'struct syscall_fmt' definition from syscall_fmts variableArnaldo Carvalho de Melo
2019-10-07perf trace: Make evlist__set_evsel_handler() affect just entries without a ha...Arnaldo Carvalho de Melo
2019-10-07perf evlist: Adopt __set_tracepoint_handlers method from perf_sessionArnaldo Carvalho de Melo
2019-10-07perf top: Initialize perf_env->cpuid, needed by the per arch annotation init ...Arnaldo Carvalho de Melo
2019-10-07perf env: Add routine to read the env->cpuid from the running machineArnaldo Carvalho de Melo
2019-10-07Merge tag 'perf-urgent-for-mingo-5.4-20191001' of git://git.kernel.org/pub/sc...Ingo Molnar
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-10-04selftests/net: add nettest to .gitignoreJakub Kicinski
2019-10-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-10-03udp: only do GSO if # of segs > 1Josh Hunt
2019-10-03selftests: kvm: Fix libkvm build errorShuah Khan
2019-10-02selftests: watchdog: Add command line option to show watchdog_infoGeorge G. Davis
2019-10-02selftests: watchdog: Validate optional file argumentGeorge G. Davis
2019-10-01selftests/kselftest/runner.sh: Add 45 second timeout per testKees Cook
2019-10-01kselftest: exclude failed TARGETS from runlistCristian Marussi
2019-10-01kselftest: add capability to skip chosen TARGETSCristian Marussi
2019-10-01selftests: Add kselftest-all and kselftest-install targetsShuah Khan
2019-09-30selftests: pidfd: Fix undefined reference to pthread_create()Shuah Khan
2019-09-30perf annotate: Don't return -1 for error when doing BPF disassemblyArnaldo Carvalho de Melo
2019-09-30perf annotate: Return appropriate error code for allocation failuresArnaldo Carvalho de Melo
2019-09-30perf annotate: Fix arch specific ->init() failure errorsArnaldo Carvalho de Melo