summaryrefslogtreecommitdiff
path: root/tools/lib
Commit message (Expand)AuthorAge
* tools lib traceevent: Support %ps/%pSScott Wood2015-10-22
* tools lib traceevent: update KVM pluginPaolo Bonzini2015-10-20
* tools lib api fs: No need to use PATH_MAX + 1Jiri Olsa2015-10-05
* tools lib symbol: Introduce kallsyms2elf_typeArnaldo Carvalho de Melo2015-09-30
* tools lib symbol: Rename kallsyms2elf_type to kallsyms2elf_bindingArnaldo Carvalho de Melo2015-09-30
* tools build: Build fixdep helper from perf and basic libsJiri Olsa2015-09-28
* tools build: Add Makefile.includeJiri Olsa2015-09-28
* tools lib api fs: Store tracing mountpoint for better error messageJiri Olsa2015-09-28
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2015-09-23
|\
| * tools lib bpf: Use FEATURE_USER to allow building in the same dir as perfArnaldo Carvalho de Melo2015-09-22
| * tools lib bpf: Fix up FEATURE_{TESTS,DISPLAY} usageArnaldo Carvalho de Melo2015-09-22
* | Merge branch 'perf/urgent' into perf/core to pick up fixes before pulling new...Ingo Molnar2015-09-23
|\ \ | |/ |/|
| * tools lib traceevent: Fix string handling in heterogeneous arch environmentsKapileshwar Singh2015-09-22
* | tools lib api cpu: Introduce cpu.[ch] to obtain cpu related informationArnaldo Carvalho de Melo2015-09-14
* | tools lib api fs: Introduce sysfs__read_{int,ull}()Arnaldo Carvalho de Melo2015-09-14
* | tools lib api fs: Remove debugfs, tracefs and findfs objectsJiri Olsa2015-09-14
* | tools lib api fs: Replace debugfs/tracefs objects interface with fs.cJiri Olsa2015-09-14
* | tools lib api fs: Make tracing_path_strerror_open message genericJiri Olsa2015-09-14
* | tools lib api fs: Add FSTYPE__configured() methodJiri Olsa2015-09-04
* | tools lib api fs: Add FSTYPE__mount() methodJiri Olsa2015-09-04
* | tools lib api fs: Add tracefs into fs.c objectJiri Olsa2015-09-04
* | tools lib api fs: Add debugfs into fs.c objectJiri Olsa2015-09-04
* | tools lib api fs: Move SYSFS_MAGIC PROC_SUPER_MAGIC into fs.cJiri Olsa2015-09-04
* | tools lib api fs: Add STR and PATH_MAX macros to fs objectJiri Olsa2015-09-04
* | tools lib api fs: Move debugfs__strerror_open into tracing_path.c objectJiri Olsa2015-09-04
* | tools lib api fs: Move tracing_path interface into api/fs/tracing_path.cJiri Olsa2015-09-04
* | tools lib traceevent: Support function __get_dynamic_array_lenHe Kuang2015-09-02
|/
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2015-09-01
|\
| * bpf tools: New API to get name from a BPF objectWang Nan2015-08-31
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-08-31
|\ \ | |/
| * tools lib traceeveent: Allow for negative numbers in print formatSteven Rostedt2015-08-28
| * tools lib traceevent: Add checks for returned EVENT_ERROR typeDean Nelson2015-08-21
| * bpf tools: Link all bpf objects onto a listWang Nan2015-08-07
| * bpf tools: Introduce accessors for struct bpf_programWang Nan2015-08-07
| * bpf tools: Load eBPF programs in object files into kernelWang Nan2015-08-07
| * bpf tools: Introduce bpf_load_program() to bpf.cWang Nan2015-08-07
| * bpf tools: Relocate eBPF programsWang Nan2015-08-07
| * bpf tools: Create eBPF maps defined in an object fileWang Nan2015-08-07
| * bpf tools: Add bpf.c/h for common bpf operationsWang Nan2015-08-07
| * bpf tools: Record map accessing instructions for each programWang Nan2015-08-07
| * bpf tools: Collect relocation sections from SHT_REL sectionsWang Nan2015-08-07
| * bpf tools: Collect eBPF programs from their own sectionsWang Nan2015-08-07
| * bpf tools: Collect symbol table from SHT_SYMTAB sectionWang Nan2015-08-07
| * bpf tools: Collect map definitions from 'maps' sectionWang Nan2015-08-07
| * bpf tools: Collect version and license from ELF sectionsWang Nan2015-08-07
| * bpf tools: Iterate over ELF sections to collect informationWang Nan2015-08-07
| * bpf tools: Check endianness and make libbpf fail earlyWang Nan2015-08-07
| * bpf tools: Read eBPF object from bufferWang Nan2015-08-07
| * bpf tools: Open eBPF object file and do basic validationWang Nan2015-08-07
| * bpf tools: Allow caller to set printing functionWang Nan2015-08-07