aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-08tools lib: Move find_next_bit.c to tools/lib/Arnaldo Carvalho de Melo1-1/+1
2016-01-06perf build: Use FEATURE-DUMP in bpf subprojectJiri Olsa1-0/+4
2016-01-06tools lib traceevent: Factor out and export print_event_field[s]()Namhyung Kim2-61/+72
2015-12-17tools subcmd: Rename subcmd header include guardsJosh Poimboeuf7-21/+22
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf17-0/+2368
2015-12-16perf tools: Move strlcpy() from perf to tools/lib/string.cJosh Poimboeuf1-0/+27
2015-12-11tools lib bpf: Fetch map names from correct strtabWang Nan1-2/+9
2015-12-11tools lib bpf: Check return value of strdup when reading map namesWang Nan1-4/+9
2015-11-27tools lib bpf: Extract and collect map names from BPF object fileWang Nan2-3/+65
2015-11-27tools lib bpf: Collect map definition in bpf_objectWang Nan2-60/+148
2015-11-26bpf tools: Add helper function for updating bpf maps elementsHe Kuang2-0/+16
2015-11-25tools lib bpf: Don't do a feature check when cleaningWang Nan1-0/+10
2015-11-23tools lib traceevent: Fix output of %llu for 64 bit values read on 32 bit machinesSteven Rostedt1-3/+2
2015-11-23Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar3-9/+263
2015-11-18bpf tools: Load a program with different instances using preprocessorWang Nan2-9/+201
2015-11-18tools: Clone the kernel's strtobool functionWang Nan1-0/+43
2015-11-18tools: Adopt memdup() from tools/perf, moving it to tools/lib/string.cArnaldo Carvalho de Melo1-0/+19
2015-11-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-54/+144
2015-11-09Merge branch 'liblockdep-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux into locking/urgentIngo Molnar4-2/+7
2015-11-06tools/liblockdep: explicitly declare lockdep API we call from liblockdepSasha Levin2-1/+4
2015-11-06tools/liblockdep: add userspace versions of WRITE_ONCE and RCU_INIT_POINTERSasha Levin1-0/+2
2015-11-06tools/liblockdep: remove task argument from debug_check_no_locks_heldSasha Levin1-1/+1
2015-11-06bpf tools: Add new API bpf_object__get_kversion()Wang Nan2-0/+9
2015-11-06bpf tools: Improve libbpf error reportingWang Nan2-49/+130
2015-11-05tools lib bpf: Change FEATURE-DUMP to FEATURE-DUMP.libbpfYunlong Song2-2/+2
2015-11-03tools lib bpf: Fix compiler warning on CentOS 6Namhyung Kim2-3/+3
2015-10-22tools lib traceevent: Support %ps/%pSScott Wood1-2/+2
2015-10-20tools lib traceevent: update KVM pluginPaolo Bonzini1-8/+17
2015-10-05tools lib api fs: No need to use PATH_MAX + 1Jiri Olsa2-4/+4
2015-09-30tools lib symbol: Introduce kallsyms2elf_typeArnaldo Carvalho de Melo2-0/+8
2015-09-30tools lib symbol: Rename kallsyms2elf_type to kallsyms2elf_bindingArnaldo Carvalho de Melo1-1/+1
2015-09-28tools build: Build fixdep helper from perf and basic libsJiri Olsa3-3/+9
2015-09-28tools build: Add Makefile.includeJiri Olsa3-3/+3
2015-09-28tools lib api fs: Store tracing mountpoint for better error messageJiri Olsa1-10/+3
2015-09-23Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar1-2/+3
2015-09-23Merge branch 'perf/urgent' into perf/core to pick up fixes before pulling new changesIngo Molnar1-3/+20
2015-09-22tools lib traceevent: Fix string handling in heterogeneous arch environmentsKapileshwar Singh1-3/+20
2015-09-22tools lib bpf: Use FEATURE_USER to allow building in the same dir as perfArnaldo Carvalho de Melo1-0/+1
2015-09-22tools lib bpf: Fix up FEATURE_{TESTS,DISPLAY} usageArnaldo Carvalho de Melo1-2/+2
2015-09-14tools lib api cpu: Introduce cpu.[ch] to obtain cpu related informationArnaldo Carvalho de Melo3-0/+25
2015-09-14tools lib api fs: Introduce sysfs__read_{int,ull}()Arnaldo Carvalho de Melo2-0/+49
2015-09-14tools lib api fs: Remove debugfs, tracefs and findfs objectsJiri Olsa7-288/+0
2015-09-14tools lib api fs: Replace debugfs/tracefs objects interface with fs.cJiri Olsa2-9/+7
2015-09-14tools lib api fs: Make tracing_path_strerror_open message genericJiri Olsa1-10/+16
2015-09-04tools lib api fs: Add FSTYPE__configured() methodJiri Olsa2-10/+18
2015-09-04tools lib api fs: Add FSTYPE__mount() methodJiri Olsa2-9/+50
2015-09-04tools lib api fs: Add tracefs into fs.c objectJiri Olsa2-0/+29
2015-09-04tools lib api fs: Add debugfs into fs.c objectJiri Olsa2-6/+26
2015-09-04tools lib api fs: Move SYSFS_MAGIC PROC_SUPER_MAGIC into fs.cJiri Olsa2-8/+8
2015-09-04tools lib api fs: Add STR and PATH_MAX macros to fs objectJiri Olsa2-0/+11