summaryrefslogtreecommitdiffstats
path: root/tools/lib
AgeCommit message (Expand)Author
2015-10-22tools lib traceevent: Support %ps/%pSScott Wood
2015-10-20tools lib traceevent: update KVM pluginPaolo Bonzini
2015-10-05tools lib api fs: No need to use PATH_MAX + 1Jiri Olsa
2015-09-30tools lib symbol: Introduce kallsyms2elf_typeArnaldo Carvalho de Melo
2015-09-30tools lib symbol: Rename kallsyms2elf_type to kallsyms2elf_bindingArnaldo Carvalho de Melo
2015-09-28tools build: Build fixdep helper from perf and basic libsJiri Olsa
2015-09-28tools build: Add Makefile.includeJiri Olsa
2015-09-28tools lib api fs: Store tracing mountpoint for better error messageJiri Olsa
2015-09-23Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2015-09-23Merge branch 'perf/urgent' into perf/core to pick up fixes before pulling new...Ingo Molnar
2015-09-22tools lib traceevent: Fix string handling in heterogeneous arch environmentsKapileshwar Singh
2015-09-22tools lib bpf: Use FEATURE_USER to allow building in the same dir as perfArnaldo Carvalho de Melo
2015-09-22tools lib bpf: Fix up FEATURE_{TESTS,DISPLAY} usageArnaldo Carvalho de Melo
2015-09-14tools lib api cpu: Introduce cpu.[ch] to obtain cpu related informationArnaldo Carvalho de Melo
2015-09-14tools lib api fs: Introduce sysfs__read_{int,ull}()Arnaldo Carvalho de Melo
2015-09-14tools lib api fs: Remove debugfs, tracefs and findfs objectsJiri Olsa
2015-09-14tools lib api fs: Replace debugfs/tracefs objects interface with fs.cJiri Olsa
2015-09-14tools lib api fs: Make tracing_path_strerror_open message genericJiri Olsa
2015-09-04tools lib api fs: Add FSTYPE__configured() methodJiri Olsa
2015-09-04tools lib api fs: Add FSTYPE__mount() methodJiri Olsa
2015-09-04tools lib api fs: Add tracefs into fs.c objectJiri Olsa
2015-09-04tools lib api fs: Add debugfs into fs.c objectJiri Olsa
2015-09-04tools lib api fs: Move SYSFS_MAGIC PROC_SUPER_MAGIC into fs.cJiri Olsa
2015-09-04tools lib api fs: Add STR and PATH_MAX macros to fs objectJiri Olsa
2015-09-04tools lib api fs: Move debugfs__strerror_open into tracing_path.c objectJiri Olsa
2015-09-04tools lib api fs: Move tracing_path interface into api/fs/tracing_path.cJiri Olsa
2015-09-02tools lib traceevent: Support function __get_dynamic_array_lenHe Kuang
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