aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds10-45/+285
2016-03-10tools lib traceevent: Add '~' operation within arg_num_eval()Steven Rostedt1-0/+6
2016-03-03tools lib traceevent: Fix output of %llu for 64 bit values read on 32 bit machinesSteven Rostedt (Red Hat)1-1/+1
2016-03-03tools lib traceevent: Set int_array fields to NULL if freeing from errorSteven Rostedt (Red Hat)1-0/+3
2016-03-03tools lib traceevent: Fix time stamp rounding issueChaos.Chen1-0/+5
2016-02-29tools lib traceevent: Split pevent_print_event() into specific functionality functionsSteven Rostedt2-32/+117
2016-02-29tools/lib/lockdep: Fix link creation warningIngo Molnar1-1/+1
2016-02-29tools/lib/lockdep: Add tests for AA and ABBA lockingAlfredo Alvarez Fernandez3-4/+63
2016-02-29tools/lib/lockdep: Add userspace version of READ_ONCE()Alfredo Alvarez Fernandez1-0/+1
2016-02-29tools/lib/lockdep: Fix the build on recent kernelsIngo Molnar1-0/+6
2016-02-23tools lib traceevent: Implement '%' operationDaniel Bristot de Oliveira1-0/+4
2016-02-16tools lib api fs: Add sysfs__read_str functionJiri Olsa2-0/+14
2016-02-16tools lib api fs: Adopt filename__read_str from perfJiri Olsa2-0/+53
2016-02-16tools lib api: Add debug output supportJiri Olsa5-0/+60
2016-02-09locking/lockdep: Eliminate lockdep_init()Andrey Ryabinin3-8/+0
2016-02-03Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar1-12/+22
2016-01-26perf bpf: Check relocation target sectionWang Nan1-12/+22
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+1
2016-01-12tools subcmd: Add missing NORETURN define for parse-options.hJosh Poimboeuf1-0/+4
2016-01-11perf bpf: Fix build breakage due to libbpfNaveen N. Rao1-8/+8
2016-01-11perf tools: Fix PowerPC native buildingWang Nan1-2/+2
2016-01-11tools lockdep: Add *.cmd files clean upJiri Olsa1-1/+1
2016-01-11tools bpf: Add *.cmd files clean upJiri Olsa1-1/+1
2016-01-08tools lib: Move bitmap.[ch] from tools/perf/ to tools/{lib,include}/Arnaldo Carvalho de Melo1-0/+31
2016-01-08tools lib: Sync tools/lib/find_bit.c with the kernelArnaldo Carvalho de Melo1-54/+49
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-11irq_poll: make blk-iopoll available outside the block layerChristoph Hellwig1-1/+1
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