summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* bpf, libbpf, smatch: Fix potential NULL pointer dereferenceLeo Yan2019-07-261-4/+4
* libbpf: fix samples/bpf build failure due to undefined UINT32_MAXDaniel T. Lee2019-05-311-0/+1
* tools/bpf: fix perf build error with uClibc (seen on ARC)Vineet Gupta2019-05-311-0/+2
* tools lib traceevent: Fix missing equality check for strcmpRikard Falkeborn2019-05-161-1/+1
* tools lib traceevent: Fix buffer overflow in arg_evalTony Jones2019-04-051-1/+1
* libbpf: force fixdep compilation at the start of the buildStanislav Fomichev2019-04-051-1/+2
* bpf: libbpf: retry map creation without the nameStanislav Fomichev2019-02-121-1/+10
* tools lib subcmd: Don't add the kernel sources to the include pathArnaldo Carvalho de Melo2019-01-261-2/+0Star
* tools lib traceevent: Fix processing of dereferenced args in bprintk eventsSteven Rostedt (VMware)2019-01-091-0/+1
* perf tools: Fix tracing_path_mount proper pathJiri Olsa2018-10-161-2/+2
* tools lib bpf: Provide wrapper for strerror_r to build in !_GNU_SOURCE systemsArnaldo Carvalho de Melo2018-09-184-11/+35
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-08-2620-1115/+1016Star
|\
| * tools lib traceevent: Change to SPDX License formatSteven Rostedt (VMware)2018-08-207-106/+7Star
| * Merge tag 'perf-core-for-mingo-4.19-20180815' of git://git.kernel.org/pub/scm...Ingo Molnar2018-08-1816-1009/+1009
| |\
| | * tools lib traceevent: Rename static variables and functions in event-parse.cTzvetomir Stoyanov (VMware)2018-08-131-27/+27
| | * tools lib traceevent: Rename various pevent APIsTzvetomir Stoyanov (VMware)2018-08-133-21/+21
| | * tools lib traceevent: Rename internal parser related APIsTzvetomir Stoyanov (VMware)2018-08-133-26/+26
| | * tools lib traceevent: Rename various pevent get/set/is APIsTzvetomir Stoyanov (VMware)2018-08-133-11/+11
| | * tools lib traceevent: Rename pevent_find_* APIsTzvetomir Stoyanov (VMware)2018-08-135-25/+25
| | * tools lib traceevent: Rename pevent field APIsTzvetomir Stoyanov (VMware)2018-08-135-60/+60
| | * tools lib traceevent: Rename pevent_data_ APIsTzvetomir Stoyanov (VMware)2018-08-133-36/+36
| | * tools lib traceevent: Rename pevent_register / unregister APIsTzvetomir Stoyanov (VMware)2018-08-1312-179/+179
| | * tools lib traceevent: Rename pevent_filter* APIsTzvetomir Stoyanov (VMware)2018-08-132-67/+67
| | * tools lib traceevent, perf tools: Rename traceevent_plugin_* APIsTzvetomir Stoyanov (VMware)2018-08-133-24/+24
| | * tools lib traceevent: Rename pevent_function* APIsTzvetomir Stoyanov (VMware)2018-08-137-66/+66
| | * tools lib traceevent, tools lib lockdep: Rename 'enum pevent_errno' to 'enum ...Tzvetomir Stoyanov (VMware)2018-08-135-133/+133
| | * tools lib traceevent, perf tools: Rename 'enum pevent_flag' to 'enum tep_flag'Tzvetomir Stoyanov (VMware)2018-08-133-8/+8
| | * tools lib traceevent, perf tools: Rename traceevent_* APIsTzvetomir Stoyanov (VMware)2018-08-132-8/+8
| | * tools lib traceevent, perf tools: Rename pevent_set_* APIsTzvetomir Stoyanov (VMware)2018-08-132-11/+11
| | * tools lib traceevent, perf tools: Rename pevent_register_* APIsTzvetomir Stoyanov (VMware)2018-08-133-9/+9
| | * tools lib traceevent, perf tools: Rename pevent_read_number_* APIsTzvetomir Stoyanov (VMware)2018-08-135-40/+40
| | * tools lib traceevent, perf tools: Rename pevent print APIsTzvetomir Stoyanov (VMware)2018-08-135-84/+84
| | * tools lib traceevent, perf tools: Rename pevent parse APIsTzvetomir Stoyanov (VMware)2018-08-132-20/+20
| | * tools lib traceevent, perf tools: Rename pevent find APIsTzvetomir Stoyanov (VMware)2018-08-136-49/+49
| | * tools lib traceevent, perf tools: Rename pevent alloc / free APIsTzvetomir Stoyanov (VMware)2018-08-132-18/+18
| | * tools lib traceevent, perf tools: Rename pevent plugin related APIsTzvetomir Stoyanov (VMware)2018-08-1313-67/+67
| | * tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct te...Tzvetomir Stoyanov (VMware)2018-08-139-67/+67
| | * tools lib traceevent, perf tools: Rename struct pevent to struct tep_handleTzvetomir Stoyanov (VMware)2018-08-1014-177/+177
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-133-0/+3
|\ \ \
| * | | bpf: Test BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau2018-08-112-0/+2
| * | | bpf: test BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau2018-08-111-0/+1
* | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-122-2/+2
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | bpf: btf: Change tools/lib/bpf/btf to LGPLMartin KaFai Lau2018-08-062-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-072-13/+47
|\ \ \
| * | | bpf: fix build error in libbpf with EXTRA_CFLAGS="-Wp, -D_FORTIFY_SOURCE=2 -O2"Thomas Richter2018-07-311-13/+29
| * | | tools: libbpf: add bpf_object__find_program_by_title()Jakub Kicinski2018-07-272-0/+15
| * | | tools: libbpf: handle NULL program gracefully in bpf_program__nth_fd()Jakub Kicinski2018-07-271-0/+3
* | | | tools: bpf: fix BTF code added twice to different treesJakub Kicinski2018-08-032-18/+0Star
* | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-024-63/+84
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | perf build: Build error in libbpf missing initializationThomas Richter2018-07-281-1/+1