summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* tools lib traceevent: Fix string handling in heterogeneous arch environmentsKapileshwar Singh2015-09-221-3/+20
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2015-09-012-4/+25
|\
| * bpf tools: New API to get name from a BPF objectWang Nan2015-08-312-4/+25
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-08-3110-3/+1522
|\|
| * tools lib traceeveent: Allow for negative numbers in print formatSteven Rostedt2015-08-281-0/+1
| * tools lib traceevent: Add checks for returned EVENT_ERROR typeDean Nelson2015-08-211-0/+9
| * bpf tools: Link all bpf objects onto a listWang Nan2015-08-072-0/+39
| * bpf tools: Introduce accessors for struct bpf_programWang Nan2015-08-072-0/+96
| * bpf tools: Load eBPF programs in object files into kernelWang Nan2015-08-071-0/+90
| * bpf tools: Introduce bpf_load_program() to bpf.cWang Nan2015-08-072-0/+41
| * bpf tools: Relocate eBPF programsWang Nan2015-08-071-0/+52
| * bpf tools: Create eBPF maps defined in an object fileWang Nan2015-08-072-0/+106
| * bpf tools: Add bpf.c/h for common bpf operationsWang Nan2015-08-073-1/+68
| * bpf tools: Record map accessing instructions for each programWang Nan2015-08-072-0/+137
| * bpf tools: Collect relocation sections from SHT_REL sectionsWang Nan2015-08-071-0/+26
| * bpf tools: Collect eBPF programs from their own sectionsWang Nan2015-08-071-0/+114
| * bpf tools: Collect symbol table from SHT_SYMTAB sectionWang Nan2015-08-071-0/+10
| * bpf tools: Collect map definitions from 'maps' sectionWang Nan2015-08-071-0/+29
| * bpf tools: Collect version and license from ELF sectionsWang Nan2015-08-071-0/+53
| * bpf tools: Iterate over ELF sections to collect informationWang Nan2015-08-071-0/+53
| * bpf tools: Check endianness and make libbpf fail earlyWang Nan2015-08-071-0/+30
| * bpf tools: Read eBPF object from bufferWang Nan2015-08-072-12/+52
| * bpf tools: Open eBPF object file and do basic validationWang Nan2015-08-072-0/+166
| * bpf tools: Allow caller to set printing functionWang Nan2015-08-072-0/+52
| * bpf tools: Introduce 'bpf' library and add bpf feature checkWang Nan2015-08-075-0/+223
| * tools lib traceevent: Allow setting an alternative symbol resolverArnaldo Carvalho de Melo2015-07-232-1/+75
| * Merge branch 'linus' into perf/core, to refresh the branchIngo Molnar2015-07-213-2/+64
| |\
| * | tools lib api debugfs: Check for tracefs when reporting errorsArnaldo Carvalho de Melo2015-07-061-2/+13
* | | tools/liblockdep: Use the rbtree header provided by common tools headersSasha Levin2015-08-252-2/+1
* | | tools/liblockdep: Correct macro for WARNSasha Levin2015-08-251-1/+1
| |/ |/|
* | tools: Copy lib/hweight.c from the kernel sourcesArnaldo Carvalho de Melo2015-07-091-0/+62
* | tools lib: Improve clean targetRiku Voipio2015-07-082-2/+2
|/
* tools: Copy lib/rbtree.c to tools/lib/Arnaldo Carvalho de Melo2015-07-051-0/+548
* tools lib traceevent: Ignore libtrace-dynamic-list fileHe Kuang2015-06-081-0/+1
* tools lib traceevent: Export dynamic symbols used by traceevent pluginsHe Kuang2015-06-081-1/+13
* Merge branch 'perf/urgent' into perf/core, before applying dependent patchesIngo Molnar2015-05-272-1/+5
|\
| * Merge branch 'liblockdep-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2015-05-152-1/+5
| |\
| | * tools/liblockdep: Fix compilation errorEunbong Song2015-05-131-0/+3
| | * tools/liblockdep: Fix linker error in case of cross compileEunbong Song2015-05-131-1/+2
* | | tools lib traceevent: Install libtraceevent.a into libdirWang Nan2015-05-181-7/+13
* | | tools lib traceevent: Provide le16toh define for older systemsArnaldo Carvalho de Melo2015-05-141-0/+13
* | | Merge branch 'perf/urgent' into perf/core, to resolve conflictsIngo Molnar2015-05-112-2/+2
|\| |
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-05-062-2/+2
| |\ \ | | |/ | |/|
| | * tools lib traceevent: Fix build failure on 32-bit archNamhyung Kim2015-04-241-1/+1
| | * tools lib api: Undefine _FORTIFY_SOURCE before setting itBobby Powers2015-04-231-1/+1
* | | Merge tag 'perf-core-for-mingo-3' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-05-062-2/+5
|\ \ \ | |/ / |/| |
| * | tools lib traceevent: Add alias field to struct format_fieldJiri Olsa2015-04-292-2/+5
| |/
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-1421-379/+689
|\|
| * tools lib traceevent: Honor operator priorityNamhyung Kim2015-04-081-1/+16
| * tools lib traceevent: Zero should not be considered "not found" in eval_flag()Steven Rostedt2015-03-261-5/+5