summaryrefslogtreecommitdiffstats
path: root/tools/lib
AgeCommit message (Expand)Author
2015-09-22tools lib traceevent: Fix string handling in heterogeneous arch environmentsKapileshwar Singh
2015-09-01Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2015-08-31Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-08-31bpf tools: New API to get name from a BPF objectWang Nan
2015-08-28tools lib traceeveent: Allow for negative numbers in print formatSteven Rostedt
2015-08-25tools/liblockdep: Use the rbtree header provided by common tools headersSasha Levin
2015-08-25tools/liblockdep: Correct macro for WARNSasha Levin
2015-08-21tools lib traceevent: Add checks for returned EVENT_ERROR typeDean Nelson
2015-08-07bpf tools: Link all bpf objects onto a listWang Nan
2015-08-07bpf tools: Introduce accessors for struct bpf_programWang Nan
2015-08-07bpf tools: Load eBPF programs in object files into kernelWang Nan
2015-08-07bpf tools: Introduce bpf_load_program() to bpf.cWang Nan
2015-08-07bpf tools: Relocate eBPF programsWang Nan
2015-08-07bpf tools: Create eBPF maps defined in an object fileWang Nan
2015-08-07bpf tools: Add bpf.c/h for common bpf operationsWang Nan
2015-08-07bpf tools: Record map accessing instructions for each programWang Nan
2015-08-07bpf tools: Collect relocation sections from SHT_REL sectionsWang Nan
2015-08-07bpf tools: Collect eBPF programs from their own sectionsWang Nan
2015-08-07bpf tools: Collect symbol table from SHT_SYMTAB sectionWang Nan
2015-08-07bpf tools: Collect map definitions from 'maps' sectionWang Nan
2015-08-07bpf tools: Collect version and license from ELF sectionsWang Nan
2015-08-07bpf tools: Iterate over ELF sections to collect informationWang Nan
2015-08-07bpf tools: Check endianness and make libbpf fail earlyWang Nan
2015-08-07bpf tools: Read eBPF object from bufferWang Nan
2015-08-07bpf tools: Open eBPF object file and do basic validationWang Nan
2015-08-07bpf tools: Allow caller to set printing functionWang Nan
2015-08-07bpf tools: Introduce 'bpf' library and add bpf feature checkWang Nan
2015-07-23tools lib traceevent: Allow setting an alternative symbol resolverArnaldo Carvalho de Melo
2015-07-21Merge branch 'linus' into perf/core, to refresh the branchIngo Molnar
2015-07-09tools: Copy lib/hweight.c from the kernel sourcesArnaldo Carvalho de Melo
2015-07-08tools lib: Improve clean targetRiku Voipio
2015-07-06tools lib api debugfs: Check for tracefs when reporting errorsArnaldo Carvalho de Melo
2015-07-05tools: Copy lib/rbtree.c to tools/lib/Arnaldo Carvalho de Melo
2015-06-08tools lib traceevent: Ignore libtrace-dynamic-list fileHe Kuang
2015-06-08tools lib traceevent: Export dynamic symbols used by traceevent pluginsHe Kuang
2015-05-27Merge branch 'perf/urgent' into perf/core, before applying dependent patchesIngo Molnar
2015-05-18tools lib traceevent: Install libtraceevent.a into libdirWang Nan
2015-05-15Merge branch 'liblockdep-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2015-05-14tools lib traceevent: Provide le16toh define for older systemsArnaldo Carvalho de Melo
2015-05-13tools/liblockdep: Fix compilation errorEunbong Song
2015-05-13tools/liblockdep: Fix linker error in case of cross compileEunbong Song
2015-05-11Merge branch 'perf/urgent' into perf/core, to resolve conflictsIngo Molnar
2015-05-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-05-06Merge tag 'perf-core-for-mingo-3' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2015-04-29tools lib traceevent: Add alias field to struct format_fieldJiri Olsa
2015-04-24tools lib traceevent: Fix build failure on 32-bit archNamhyung Kim
2015-04-23tools lib api: Undefine _FORTIFY_SOURCE before setting itBobby Powers
2015-04-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-04-08tools lib traceevent: Honor operator priorityNamhyung Kim
2015-03-26tools lib traceevent: Zero should not be considered "not found" in eval_flag()Steven Rostedt