summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-core-for-mingo-20160803' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-08-042-0/+45
|\
| * tools lib: Add bitmap_and functionJiri Olsa2016-08-021-0/+15
| * tools lib: Add bitmap_scnprintf functionJiri Olsa2016-08-021-0/+29
| * tools lib traceevent: Ignore generated library filesNamhyung Kim2016-08-021-0/+1
* | tools lib api: Add str_error_c to libapiArnaldo Carvalho de Melo2016-07-271-0/+5
* | tools lib bpf: Use official ELF e_machine valueWang Nan2016-07-261-1/+6
|/
* tools lib fd array: Allow associating a pointer cookie with each entryWang Nan2016-07-151-0/+1
* tools lib api fs: Use base 0 in filename__read_ullJiri Olsa2016-07-151-1/+6
* tools lib traceevent: Add correct header for ipv6 definitionsArnaldo Carvalho de Melo2016-07-141-1/+2
* tools lib bpf: Report error when kernel doesn't support program typeWang Nan2016-07-132-7/+21
* tools lib bpf: New API to adjust type of a BPF programWang Nan2016-07-132-7/+55
* tools lib traceevent: Add filter on task CPU idSteven Rostedt2016-07-121-3/+15
* tools lib bpf: Copy bpf.h and bpf_common.h from the kernelArnaldo Carvalho de Melo2016-07-121-1/+7
* tools lib subcmd: Use str_error_r()Arnaldo Carvalho de Melo2016-07-121-2/+3
* tools lib api fs: Use str_error_r()Arnaldo Carvalho de Melo2016-07-122-1/+3
* tools lib traceevent: Use str_error_r()Arnaldo Carvalho de Melo2016-07-121-6/+2
* perf tools: Uninline scnprintf() and vscnprint()Arnaldo Carvalho de Melo2016-07-121-0/+24
* tools: Introduce str_error_r()Arnaldo Carvalho de Melo2016-07-121-0/+26
* tools lib subcmd: Respect WERROR=0 for buildChris Phlipot2016-07-041-1/+7
* tools lib api: Respect WERROR=0 for buildChris Phlipot2016-07-041-1/+7
* tools lib bpf: Add license headerWang Nan2016-07-044-0/+52
* tools lib bpf: Fix spelling mistake: "missmatch" -> "mismatch"Colin Ian King2016-06-292-2/+2
* tools lib bpf: Rename set_private() to set_priv()Arnaldo Carvalho de Melo2016-06-062-9/+8
* tools lib bpf: Make bpf_program__get_private() use IS_ERR()Arnaldo Carvalho de Melo2016-06-062-5/+3
* tools lib bpf: Remove _get_ from non-refcount method namesArnaldo Carvalho de Melo2016-06-062-14/+8
* tools lib bpf: Rename bpf_map__get_fd() to bpf_map__fd()Arnaldo Carvalho de Melo2016-06-062-6/+3
* tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_def()Arnaldo Carvalho de Melo2016-06-062-7/+3
* tools lib bpf: Rename bpf_map__get_name() to bpf_map__name()Arnaldo Carvalho de Melo2016-06-062-5/+3
* tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_private()Arnaldo Carvalho de Melo2016-06-062-8/+3
* tools lib api: Respect CROSS_COMPILE for the linkerLucas Stach2016-06-031-0/+1
* tools: Pass arg to fdarray__filter's call back functionWang Nan2016-05-302-3/+5
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-05-162-0/+15
|\
| * tools lib api fs: Add helper to read string from procfs fileArnaldo Carvalho de Melo2016-04-262-0/+15
* | tools lib traceevent: Do not reassign parg after collapse_tree()Steven Rostedt2016-05-121-2/+2
|/
* tools/lib/lockdep: Fix unsupported 'basename -s' in run_tests.shSedat Dilek2016-03-301-4/+8
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-243-5/+3
|\
| * Merge tag 'perf-core-for-mingo-20160323' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-03-243-5/+3
| |\
| | * tools lib traceevent: Remove redundant CPU outputSteven Rostedt2016-03-231-3/+1
| | * tools: Move utilities.mak from perf to tools/scripts/Arnaldo Carvalho de Melo2016-03-182-2/+2
* | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-201-2/+4
|\ \ \ | |/ / |/| |
| * | objtool: Support CROSS_COMPILEJosh Poimboeuf2016-03-031-2/+4
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-03-1410-45/+285
|\ \ \ | | |/ | |/|
| * | tools lib traceevent: Add '~' operation within arg_num_eval()Steven Rostedt2016-03-101-0/+6
| * | tools lib traceevent: Fix output of %llu for 64 bit values read on 32 bit mac...Steven Rostedt (Red Hat)2016-03-031-1/+1
| * | tools lib traceevent: Set int_array fields to NULL if freeing from errorSteven Rostedt (Red Hat)2016-03-031-0/+3
| * | tools lib traceevent: Fix time stamp rounding issueChaos.Chen2016-03-031-0/+5
| * | tools lib traceevent: Split pevent_print_event() into specific functionality ...Steven Rostedt2016-02-292-32/+117
| * | tools lib traceevent: Implement '%' operationDaniel Bristot de Oliveira2016-02-231-0/+4
| * | tools lib api fs: Add sysfs__read_str functionJiri Olsa2016-02-162-0/+14
| * | tools lib api fs: Adopt filename__read_str from perfJiri Olsa2016-02-162-0/+53