| Commit message (Expand) | Author | Age | Files | Lines |
* | tools lib bpf: Extract and collect map names from BPF object file | Wang Nan | 2015-11-27 | 2 | -3/+65 |
* | tools lib bpf: Collect map definition in bpf_object | Wang Nan | 2015-11-27 | 2 | -60/+148 |
* | bpf tools: Add helper function for updating bpf maps elements | He Kuang | 2015-11-26 | 2 | -0/+16 |
* | tools lib bpf: Don't do a feature check when cleaning | Wang Nan | 2015-11-25 | 1 | -0/+10 |
* | tools lib traceevent: Fix output of %llu for 64 bit values read on 32 bit mac... | Steven Rostedt | 2015-11-23 | 1 | -3/+2 |
* | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 2015-11-23 | 3 | -9/+263 |
|\ |
|
| * | bpf tools: Load a program with different instances using preprocessor | Wang Nan | 2015-11-18 | 2 | -9/+201 |
| * | tools: Clone the kernel's strtobool function | Wang Nan | 2015-11-18 | 1 | -0/+43 |
| * | tools: Adopt memdup() from tools/perf, moving it to tools/lib/string.c | Arnaldo Carvalho de Melo | 2015-11-18 | 1 | -0/+19 |
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2015-11-15 | 4 | -54/+144 |
|\ \
| |/ |
|
| * | bpf tools: Add new API bpf_object__get_kversion() | Wang Nan | 2015-11-06 | 2 | -0/+9 |
| * | bpf tools: Improve libbpf error reporting | Wang Nan | 2015-11-06 | 2 | -49/+130 |
| * | tools lib bpf: Change FEATURE-DUMP to FEATURE-DUMP.libbpf | Yunlong Song | 2015-11-05 | 2 | -2/+2 |
| * | tools lib bpf: Fix compiler warning on CentOS 6 | Namhyung Kim | 2015-11-03 | 2 | -3/+3 |
* | | Merge branch 'liblockdep-fixes' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 2015-11-09 | 4 | -2/+7 |
|\ \
| |/
|/| |
|
| * | tools/liblockdep: explicitly declare lockdep API we call from liblockdep | Sasha Levin | 2015-11-06 | 2 | -1/+4 |
| * | tools/liblockdep: add userspace versions of WRITE_ONCE and RCU_INIT_POINTER | Sasha Levin | 2015-11-06 | 1 | -0/+2 |
| * | tools/liblockdep: remove task argument from debug_check_no_locks_held | Sasha Levin | 2015-11-06 | 1 | -1/+1 |
* | | tools lib traceevent: Support %ps/%pS | Scott Wood | 2015-10-22 | 1 | -2/+2 |
* | | tools lib traceevent: update KVM plugin | Paolo Bonzini | 2015-10-20 | 1 | -8/+17 |
* | | tools lib api fs: No need to use PATH_MAX + 1 | Jiri Olsa | 2015-10-05 | 2 | -4/+4 |
* | | tools lib symbol: Introduce kallsyms2elf_type | Arnaldo Carvalho de Melo | 2015-09-30 | 2 | -0/+8 |
* | | tools lib symbol: Rename kallsyms2elf_type to kallsyms2elf_binding | Arnaldo Carvalho de Melo | 2015-09-30 | 1 | -1/+1 |
* | | tools build: Build fixdep helper from perf and basic libs | Jiri Olsa | 2015-09-28 | 3 | -3/+9 |
* | | tools build: Add Makefile.include | Jiri Olsa | 2015-09-28 | 3 | -3/+3 |
* | | tools lib api fs: Store tracing mountpoint for better error message | Jiri Olsa | 2015-09-28 | 1 | -10/+3 |
* | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 2015-09-23 | 1 | -2/+3 |
|\ \ |
|
| * | | tools lib bpf: Use FEATURE_USER to allow building in the same dir as perf | Arnaldo Carvalho de Melo | 2015-09-22 | 1 | -0/+1 |
| * | | tools lib bpf: Fix up FEATURE_{TESTS,DISPLAY} usage | Arnaldo Carvalho de Melo | 2015-09-22 | 1 | -2/+2 |
* | | | Merge branch 'perf/urgent' into perf/core to pick up fixes before pulling new... | Ingo Molnar | 2015-09-23 | 1 | -3/+20 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | tools lib traceevent: Fix string handling in heterogeneous arch environments | Kapileshwar Singh | 2015-09-22 | 1 | -3/+20 |
* | | tools lib api cpu: Introduce cpu.[ch] to obtain cpu related information | Arnaldo Carvalho de Melo | 2015-09-14 | 3 | -0/+25 |
* | | tools lib api fs: Introduce sysfs__read_{int,ull}() | Arnaldo Carvalho de Melo | 2015-09-14 | 2 | -0/+49 |
* | | tools lib api fs: Remove debugfs, tracefs and findfs objects | Jiri Olsa | 2015-09-14 | 7 | -288/+0 |
* | | tools lib api fs: Replace debugfs/tracefs objects interface with fs.c | Jiri Olsa | 2015-09-14 | 2 | -9/+7 |
* | | tools lib api fs: Make tracing_path_strerror_open message generic | Jiri Olsa | 2015-09-14 | 1 | -10/+16 |
* | | tools lib api fs: Add FSTYPE__configured() method | Jiri Olsa | 2015-09-04 | 2 | -10/+18 |
* | | tools lib api fs: Add FSTYPE__mount() method | Jiri Olsa | 2015-09-04 | 2 | -9/+50 |
* | | tools lib api fs: Add tracefs into fs.c object | Jiri Olsa | 2015-09-04 | 2 | -0/+29 |
* | | tools lib api fs: Add debugfs into fs.c object | Jiri Olsa | 2015-09-04 | 2 | -6/+26 |
* | | tools lib api fs: Move SYSFS_MAGIC PROC_SUPER_MAGIC into fs.c | Jiri Olsa | 2015-09-04 | 2 | -8/+8 |
* | | tools lib api fs: Add STR and PATH_MAX macros to fs object | Jiri Olsa | 2015-09-04 | 2 | -0/+11 |
* | | tools lib api fs: Move debugfs__strerror_open into tracing_path.c object | Jiri Olsa | 2015-09-04 | 3 | -52/+57 |
* | | tools lib api fs: Move tracing_path interface into api/fs/tracing_path.c | Jiri Olsa | 2015-09-04 | 3 | -0/+97 |
* | | tools lib traceevent: Support function __get_dynamic_array_len | He Kuang | 2015-09-02 | 2 | -2/+55 |
|/ |
|
* | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 2015-09-01 | 2 | -4/+25 |
|\ |
|
| * | bpf tools: New API to get name from a BPF object | Wang Nan | 2015-08-31 | 2 | -4/+25 |
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-08-31 | 10 | -3/+1522 |
|\ \
| |/ |
|
| * | tools lib traceeveent: Allow for negative numbers in print format | Steven Rostedt | 2015-08-28 | 1 | -0/+1 |
| * | tools lib traceevent: Add checks for returned EVENT_ERROR type | Dean Nelson | 2015-08-21 | 1 | -0/+9 |