aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-10bpf: Use bpf_map_get_next_key() from the libraryMickaël Salaün2-2/+2
2017-02-10bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün2-2/+2
2017-02-10bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün2-2/+2
2017-02-10bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün2-2/+2
2017-02-10bpf: Use bpf_load_program() from the libraryMickaël Salaün2-5/+5
2017-02-08tools lib bpf: Add missing header to the libraryMickaël Salaün1-0/+1
2017-02-08tools lib traceevent: Robustify do_generate_dynamic_list_fileDavid Carrillo-Cisneros1-4/+10
2017-02-08perf sdt: Show proper hint when event not yet in place via 'perf probe'Ravi Bangoria1-14/+18
2017-01-31tools lib api fs: Add bpf_fs filesystem detectorJoe Stringer2-0/+17
2017-01-31tools lib bpf: Add bpf_object__pin()Joe Stringer2-0/+54
2017-01-31tools lib bpf: Add bpf_map__pin()Joe Stringer2-0/+23
2017-01-31tools lib bpf: Add BPF program pinning APIsJoe Stringer2-0/+123
2017-01-26tools lib bpf: Add libbpf_get_error()Joe Stringer2-1/+11
2017-01-26tools lib bpf: Add set/is helpers for all prog typesJoe Stringer2-0/+15
2017-01-26tools lib bpf: Define prog_type fns with macroJoe Stringer1-25/+16
2017-01-26tools lib bpf: Fix map offsets in relocationJoe Stringer1-3/+12
2017-01-25lib, traceevent: add PRINT_HEX_STR variantDaniel Borkmann2-3/+32
2017-01-16tools lib subcmd: Fix missing member nameSoramichi AKIYAMA1-9/+9
2017-01-11tools lib subcmd: Add missing linux/kernel.h include to subcmd.hArnaldo Carvalho de Melo1-0/+1
2017-01-05Merge tag 'perf-urgent-for-mingo-4.10-20170104' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar3-2/+10
2017-01-03tools lib traceevent: Fix prev/next_prio for deadline tasksDaniel Bristot de Oliveira1-2/+2
2017-01-03tools lib subcmd: Add OPT_STRING_OPTARG_SET optionJiri Olsa2-0/+8
2016-12-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-7/+35
2016-12-20tools lib bpf: Add bpf_prog_{attach,detach}Joe Stringer2-0/+26
2016-12-17Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds5-5/+5
2016-12-15tools lib bpf: Add flags to bpf_create_map()Joe Stringer3-3/+5
2016-12-15tools lib bpf: use __u32 from linux/types.hJoe Stringer2-4/+4
2016-12-11make use of make variable CURDIR instead of calling pwdUwe Kleine-König5-5/+5
2016-11-29tools lib bpf: Retrive bpf_map through offset of bpf_map_defWang Nan2-0/+20
2016-11-29tools lib bpf: Add private field for bpf_objectWang Nan2-0/+28
2016-11-29tools lib bpf: Add missing BPF functionsWang Nan2-0/+63
2016-11-25tools lib bpf: Fix maps resolutionEric Leblond1-44/+98
2016-11-23tools lib traceevent: Add retrieval of preempt count and latency flagsSteven Rostedt2-2/+30
2016-11-23tools lib traceevent: Use USECS_PER_SEC instead of hardcoded numberSteven Rostedt2-8/+6
2016-10-25tools lib subcmd: Suppport cascading optionsNamhyung Kim2-0/+16
2016-10-24tools lib: Add for_each_clear_bit macroJiri Olsa1-0/+25
2016-10-24tools lib traceevent: Add version for traceevent shared objectJiri Olsa1-5/+9
2016-10-24tools lib traceevent: Rename LIB_FILE to LIB_TARGETJiri Olsa1-6/+6
2016-10-24tools lib traceevent: Add do_install_mkdir Makefile functionJiri Olsa1-3/+7
2016-10-24tools lib traceevent: Add install_headers targetJiri Olsa1-1/+7
2016-10-05tools lib traceevent: Fix kbuffer_read_at_offset()Namhyung Kim1-0/+1
2016-10-03perf tools: Query terminal width and use in perf listAndi Kleen2-0/+17
2016-09-08tools lib api fs: Add hugetlbfs filesystem detectorWang Nan2-0/+16
2016-08-04Merge tag 'perf-core-for-mingo-20160803' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar2-0/+45
2016-08-02tools lib: Add bitmap_and functionJiri Olsa1-0/+15
2016-08-02tools lib: Add bitmap_scnprintf functionJiri Olsa1-0/+29
2016-08-02tools lib traceevent: Ignore generated library filesNamhyung Kim1-0/+1
2016-07-27tools lib api: Add str_error_c to libapiArnaldo Carvalho de Melo1-0/+5
2016-07-26tools lib bpf: Use official ELF e_machine valueWang Nan1-1/+6
2016-07-15tools lib fd array: Allow associating a pointer cookie with each entryWang Nan1-0/+1