summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-02-282-3/+3
|\
| * Merge tag 'perf-core-for-mingo-4.11-20170220' of git://git.kernel.org/pub/scm...Ingo Molnar2017-02-212-3/+3
| |\
| | * tools lib traceevent: It's preempt not premptSteven Rostedt (VMware)2017-02-172-3/+3
* | | scripts/spelling.txt: add "overrided" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* | | lib/find_bit.c: micro-optimise find_next_*_bitMatthew Wilcox2017-02-241-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-224-18/+47
|\ \ \ | |/ / |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-162-2/+5
| |\ \
| * | | bpf: Remove redundant ifdefMickaël Salaün2017-02-151-9/+3
| * | | bpf: Remove bpf_sys.h from selftestsMickaël Salaün2017-02-101-0/+6
| * | | bpf: Use bpf_map_get_next_key() from the libraryMickaël Salaün2017-02-102-2/+2
| * | | bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün2017-02-102-2/+2
| * | | bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün2017-02-102-2/+2
| * | | bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün2017-02-102-2/+2
| * | | bpf: Use bpf_load_program() from the libraryMickaël Salaün2017-02-102-5/+5
| * | | lib, traceevent: add PRINT_HEX_STR variantDaniel Borkmann2017-01-252-3/+32
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-02-2013-59/+330
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | tools lib subcmd: Make it an error to pass a signed value to OPTION_UINTEGERArnaldo Carvalho de Melo2017-02-141-0/+4
| * | tools: Set the maximum optimization level according to the compiler being usedArnaldo Carvalho de Melo2017-02-142-2/+14
| * | tools lib traceevent plugin function: Initialize 'index' variableArnaldo Carvalho de Melo2017-02-131-1/+1
| * | tools lib traceevent: Initialize lenght on OLD_RING_BUFFER_TYPE_TIME_STAMPSteven Rostedt (VMware)2017-02-131-0/+1
| * | tools lib bpf: Add missing header to the libraryMickaël Salaün2017-02-081-0/+1
| * | tools lib traceevent: Robustify do_generate_dynamic_list_fileDavid Carrillo-Cisneros2017-02-081-4/+10
| * | perf sdt: Show proper hint when event not yet in place via 'perf probe'Ravi Bangoria2017-02-081-14/+18
| * | tools lib api fs: Add bpf_fs filesystem detectorJoe Stringer2017-01-312-0/+17
| * | tools lib bpf: Add bpf_object__pin()Joe Stringer2017-01-312-0/+54
| * | tools lib bpf: Add bpf_map__pin()Joe Stringer2017-01-312-0/+23
| * | tools lib bpf: Add BPF program pinning APIsJoe Stringer2017-01-312-0/+123
| * | tools lib bpf: Add libbpf_get_error()Joe Stringer2017-01-262-1/+11
| * | tools lib bpf: Add set/is helpers for all prog typesJoe Stringer2017-01-262-0/+15
| * | tools lib bpf: Define prog_type fns with macroJoe Stringer2017-01-261-25/+16
| * | tools lib bpf: Fix map offsets in relocationJoe Stringer2017-01-261-3/+12
| * | tools lib subcmd: Fix missing member nameSoramichi AKIYAMA2017-01-161-9/+9
| * | tools lib subcmd: Add missing linux/kernel.h include to subcmd.hArnaldo Carvalho de Melo2017-01-111-0/+1
| |/
* / bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov2017-02-122-2/+5
|/
* Merge tag 'perf-urgent-for-mingo-4.10-20170104' of git://git.kernel.org/pub/s...Ingo Molnar2017-01-053-2/+10
|\
| * tools lib traceevent: Fix prev/next_prio for deadline tasksDaniel Bristot de Oliveira2017-01-031-2/+2
| * tools lib subcmd: Add OPT_STRING_OPTARG_SET optionJiri Olsa2017-01-032-0/+8
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-233-7/+35
|\|
| * tools lib bpf: Add bpf_prog_{attach,detach}Joe Stringer2016-12-202-0/+26
| * tools lib bpf: Add flags to bpf_create_map()Joe Stringer2016-12-153-3/+5
| * tools lib bpf: use __u32 from linux/types.hJoe Stringer2016-12-152-4/+4
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-12-175-5/+5
|\ \ | |/ |/|
| * make use of make variable CURDIR instead of calling pwdUwe Kleine-König2016-12-115-5/+5
* | tools lib bpf: Retrive bpf_map through offset of bpf_map_defWang Nan2016-11-292-0/+20
* | tools lib bpf: Add private field for bpf_objectWang Nan2016-11-292-0/+28
* | tools lib bpf: Add missing BPF functionsWang Nan2016-11-292-0/+63
* | tools lib bpf: Fix maps resolutionEric Leblond2016-11-251-44/+98
* | tools lib traceevent: Add retrieval of preempt count and latency flagsSteven Rostedt2016-11-232-2/+30
* | tools lib traceevent: Use USECS_PER_SEC instead of hardcoded numberSteven Rostedt2016-11-232-8/+6
* | tools lib subcmd: Suppport cascading optionsNamhyung Kim2016-10-252-0/+16