| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-09-01 | 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 |
| * | bpf tools: Link all bpf objects onto a list | Wang Nan | 2015-08-07 | 2 | -0/+39 |
| * | bpf tools: Introduce accessors for struct bpf_program | Wang Nan | 2015-08-07 | 2 | -0/+96 |
| * | bpf tools: Load eBPF programs in object files into kernel | Wang Nan | 2015-08-07 | 1 | -0/+90 |
| * | bpf tools: Introduce bpf_load_program() to bpf.c | Wang Nan | 2015-08-07 | 2 | -0/+41 |
| * | bpf tools: Relocate eBPF programs | Wang Nan | 2015-08-07 | 1 | -0/+52 |
| * | bpf tools: Create eBPF maps defined in an object file | Wang Nan | 2015-08-07 | 2 | -0/+106 |
| * | bpf tools: Add bpf.c/h for common bpf operations | Wang Nan | 2015-08-07 | 3 | -1/+68 |
| * | bpf tools: Record map accessing instructions for each program | Wang Nan | 2015-08-07 | 2 | -0/+137 |
| * | bpf tools: Collect relocation sections from SHT_REL sections | Wang Nan | 2015-08-07 | 1 | -0/+26 |
| * | bpf tools: Collect eBPF programs from their own sections | Wang Nan | 2015-08-07 | 1 | -0/+114 |
| * | bpf tools: Collect symbol table from SHT_SYMTAB section | Wang Nan | 2015-08-07 | 1 | -0/+10 |
| * | bpf tools: Collect map definitions from 'maps' section | Wang Nan | 2015-08-07 | 1 | -0/+29 |
| * | bpf tools: Collect version and license from ELF sections | Wang Nan | 2015-08-07 | 1 | -0/+53 |
| * | bpf tools: Iterate over ELF sections to collect information | Wang Nan | 2015-08-07 | 1 | -0/+53 |
| * | bpf tools: Check endianness and make libbpf fail early | Wang Nan | 2015-08-07 | 1 | -0/+30 |
| * | bpf tools: Read eBPF object from buffer | Wang Nan | 2015-08-07 | 2 | -12/+52 |
| * | bpf tools: Open eBPF object file and do basic validation | Wang Nan | 2015-08-07 | 2 | -0/+166 |
| * | bpf tools: Allow caller to set printing function | Wang Nan | 2015-08-07 | 2 | -0/+52 |
| * | bpf tools: Introduce 'bpf' library and add bpf feature check | Wang Nan | 2015-08-07 | 5 | -0/+223 |
| * | tools lib traceevent: Allow setting an alternative symbol resolver | Arnaldo Carvalho de Melo | 2015-07-24 | 2 | -1/+75 |
| * | Merge branch 'linus' into perf/core, to refresh the branch | Ingo Molnar | 2015-07-21 | 3 | -2/+64 |
| |\ |
|
| * | | tools lib api debugfs: Check for tracefs when reporting errors | Arnaldo Carvalho de Melo | 2015-07-06 | 1 | -2/+13 |
* | | | tools/liblockdep: Use the rbtree header provided by common tools headers | Sasha Levin | 2015-08-25 | 2 | -2/+1 |
* | | | tools/liblockdep: Correct macro for WARN | Sasha Levin | 2015-08-25 | 1 | -1/+1 |
| |/
|/| |
|
* | | tools: Copy lib/hweight.c from the kernel sources | Arnaldo Carvalho de Melo | 2015-07-09 | 1 | -0/+62 |
* | | tools lib: Improve clean target | Riku Voipio | 2015-07-08 | 2 | -2/+2 |
|/ |
|
* | tools: Copy lib/rbtree.c to tools/lib/ | Arnaldo Carvalho de Melo | 2015-07-06 | 1 | -0/+548 |
* | tools lib traceevent: Ignore libtrace-dynamic-list file | He Kuang | 2015-06-08 | 1 | -0/+1 |
* | tools lib traceevent: Export dynamic symbols used by traceevent plugins | He Kuang | 2015-06-08 | 1 | -1/+13 |
* | Merge branch 'perf/urgent' into perf/core, before applying dependent patches | Ingo Molnar | 2015-05-27 | 2 | -1/+5 |
|\ |
|
| * | Merge branch 'liblockdep-fixes' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 2015-05-15 | 2 | -1/+5 |
| |\ |
|
| | * | tools/liblockdep: Fix compilation error | Eunbong Song | 2015-05-13 | 1 | -0/+3 |
| | * | tools/liblockdep: Fix linker error in case of cross compile | Eunbong Song | 2015-05-13 | 1 | -1/+2 |
* | | | tools lib traceevent: Install libtraceevent.a into libdir | Wang Nan | 2015-05-18 | 1 | -7/+13 |
* | | | tools lib traceevent: Provide le16toh define for older systems | Arnaldo Carvalho de Melo | 2015-05-14 | 1 | -0/+13 |
* | | | Merge branch 'perf/urgent' into perf/core, to resolve conflicts | Ingo Molnar | 2015-05-11 | 2 | -2/+2 |
|\| | |
|
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2015-05-06 | 2 | -2/+2 |
| |\ \
| | |/
| |/| |
|
| | * | tools lib traceevent: Fix build failure on 32-bit arch | Namhyung Kim | 2015-04-24 | 1 | -1/+1 |
| | * | tools lib api: Undefine _FORTIFY_SOURCE before setting it | Bobby Powers | 2015-04-23 | 1 | -1/+1 |
* | | | Merge tag 'perf-core-for-mingo-3' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 2015-05-06 | 2 | -2/+5 |
|\ \ \
| |/ /
|/| | |
|
| * | | tools lib traceevent: Add alias field to struct format_field | Jiri Olsa | 2015-04-29 | 2 | -2/+5 |
| |/ |
|
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-04-14 | 21 | -379/+689 |
|\| |
|
| * | tools lib traceevent: Honor operator priority | Namhyung Kim | 2015-04-08 | 1 | -1/+16 |
| * | tools lib traceevent: Zero should not be considered "not found" in eval_flag() | Steven Rostedt | 2015-03-26 | 1 | -5/+5 |
| * | tools lib traceevent: Add support for __print_array() | Javi Merino | 2015-03-24 | 2 | -0/+101 |
| * | tools lib traceevent: Free filter tokens in process_filter() | Steven Rostedt (Red Hat) | 2015-03-24 | 1 | -0/+2 |
| * | tools lib traceevent: Add way to find sub buffer boundary | Steven Rostedt (Red Hat) | 2015-03-24 | 2 | -0/+12 |