summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2020-09-282-2/+4
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-09-152-2/+4
| |\
| | * tools/libbpf: Avoid counting local symbols in ABI checkTony Ambardar2020-09-081-0/+2
| | * libbpf: Remove arch-specific include path in MakefileNaveen N. Rao2020-09-031-1/+1
| | * libbpf: Fix build failure from uninitialized variable warningTony Ambardar2020-08-311-1/+1
* | | perf tsc: Support cap_user_time_short for event TIME_CONVLeo Yan2020-09-221-0/+4
|/ /
* / libtraceevent: Fix build warning on 32-bit archesTzvetomir Stoyanov (VMware)2020-09-031-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-08-212-2/+2
|\
| * libbpf: Fix map index used in error messageToke Høiland-Jørgensen2020-08-201-1/+1
| * libbpf: Fix build on ppc64le architectureAndrii Nakryiko2020-08-181-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-176-17/+143
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-08-146-17/+143
| |\
| | * libbpf: Enforce 64-bitness of BTF for BPF object filesAndrii Nakryiko2020-08-131-0/+4
| | * libbpf: Handle BTF pointer sizes more carefullyAndrii Nakryiko2020-08-134-4/+87
| | * libbpf: Fix BTF-defined map-in-map initialization on 32-bit host archesAndrii Nakryiko2020-08-131-6/+10
| | * libbpf: Prevent overriding errno when logging errorsToke Høiland-Jørgensen2020-08-131-5/+7
| | * libbpf: Handle GCC built-in types for Arm NEONJean-Philippe Brucker2020-08-121-1/+34
| | * libbpf: Do not use __builtin_offsetof for offsetofYonghong Song2020-08-111-1/+1
* | | Merge tag 'perf-tools-2020-08-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-153-14/+17
|\ \ \ | |/ / |/| |
| * | libperf: Fix man page typosRob Herring2020-08-133-14/+17
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-135-8/+13
|\ \ \ | |/ / |/| / | |/
| * libbf: Fix uninitialized pointer at btf__parse_raw()Daniel T. Lee2020-08-061-1/+1
| * tools/bpf: Support new uapi for map element bpf iteratorYonghong Song2020-08-064-7/+12
* | Merge tag 'perf-tools-2020-08-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-1022-432/+1454
|\ \
| * | tools lib traceevent: Handle possible strdup() error in tep_add_plugin_path()...Tzvetomir Stoyanov (VMware)2020-08-061-0/+4
| * | libtraceevent: Fixed description of tep_add_plugin_path() APITzvetomir Stoyanov (VMware)2020-08-061-2/+2
| * | libtraceevent: Fixed type in PRINT_FMT_STINGTzvetomir Stoyanov (VMware)2020-08-062-4/+4
| * | libtraceevent: Fixed broken indentation in parse_ip4_print_args()Tzvetomir Stoyanov (VMware)2020-08-061-2/+2
| * | libtraceevent: Improve error handling of tep_plugin_add_option() APITzvetomir Stoyanov (VMware)2020-08-061-7/+9
| * | libtraceevent: Fix typo in tep_plugin_add_option() descriptionTzvetomir Stoyanov (VMware)2020-08-061-1/+1
| * | libtraceevent: Handle strdup() error in parse_option_name()Tzvetomir Stoyanov (VMware)2020-08-061-3/+5
| * | libtraceevent: Document tep_load_plugins_hook()Tzvetomir Stoyanov (VMware)2020-08-062-1/+40
| * | Mgerge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2020-08-0613-310/+843
| |\|
| * | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2020-08-036-7/+23
| |\ \
| * | | libperf: Avoid counting of nonfilterable fdarray fdsAlexey Budankov2020-07-211-1/+2
| * | | libperf: Add flags to fdarray fds objectsAlexey Budankov2020-07-214-10/+23
| * | | libperf: Avoid internal moving of fdarray fdsAlexey Budankov2020-07-211-6/+5
| * | | perf tools: Add support for PERF_RECORD_TEXT_POKEAdrian Hunter2020-07-101-0/+9
| * | | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2020-07-082-6/+39
| |\ \ \
| * | | | tools lib traceevent: Fix reporting of unknown SVM exit reasonsJan Kiszka2020-07-061-1/+1
| * | | | tools lib traceevent: Change to SPDX License formatSteven Rostedt (VMware)2020-07-0611-174/+11
| * | | | tools lib traceevent: Add builtin handler for trace_marker_rawSteven Rostedt (VMware)2020-07-061-0/+41
| * | | | tools lib traceevent: Move kernel_stack event handler to "function" plugin.Tzvetomir Stoyanov (VMware)2020-07-061-0/+41
| * | | | tools lib traceevent: Add plugin for decoding syscalls/sys_enter_futexJulia Cartwright2020-07-063-0/+139
| * | | | tools lib traceevent: Add offset option for function pluginSteven Rostedt (VMware)2020-07-061-2/+22
| * | | | tools lib traceevent: Add more SVM exit reasonsJan Kiszka2020-07-061-2/+21
| * | | | tools lib traceevent: Add plugin for tlb_flushSteven Rostedt (Red Hat)2020-07-063-0/+83
| * | | | tools lib traceevent: Optimize pretty_print() functionTzvetomir Stoyanov (VMware)2020-07-063-197/+495
| * | | | tools lib traceevent: Add support for more printk format specifiersTzvetomir Stoyanov (VMware)2020-07-061-74/+289
| * | | | tools lib traceevent: Introduced new traceevent API, for adding new plugins d...Tzvetomir Stoyanov (VMware)2020-07-064-1/+82