summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-078-68/+840
|\
| * bpf: add selftest for lirc_mode2 type programSean Young2018-05-301-0/+1
| * libbpf: Support guessing sendmsg{4,6} progsAndrey Ignatov2018-05-281-0/+2
| * libbpf: Install btf.h with libbpfAndrey Ignatov2018-05-281-0/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-255-30/+56
| |\
| | * tools/bpf: sync kernel header bpf.h and add bpf_task_fd_query in libbpfYonghong Song2018-05-252-0/+26
| | * ipv6: sr: Add seg6local action End.BPFMathieu Xhonneux2018-05-241-0/+1
| | * tools/lib/libbpf.c: fix string format to allow build on arm32Sirio Balmelli2018-05-231-4/+4
| | * bpf: btf: Add tests for the btf uapi changesMartin KaFai Lau2018-05-235-26/+25Star
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-1/+1
| |\ \ | | |/ | |/|
| * | libbpf: add ifindex to enable offload supportDavid Beckett2018-05-174-3/+20
| * | tools: bpf: don't complain about no kernel version for networking codeJakub Kicinski2018-05-111-7/+39
| * | tools: bpf: improve comments in libbpf.hJakub Kicinski2018-05-111-24/+24
| * | tools: bpf: move the event reading loop to libbpfJakub Kicinski2018-05-113-1/+75
| * | bpf: btf: Tests for BPF_OBJ_GET_INFO_BY_FD and BPF_BTF_GET_FD_BY_IDMartin KaFai Lau2018-05-092-0/+11
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-04-273-3/+5
| |\ \
| | * | bpf: sockmap, add selftestsJohn Fastabend2018-04-252-2/+4
| | * | bpf: btf: Clean up btf.h in uapiMartin KaFai Lau2018-04-231-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-251-3/+3
| |\ \ \ | | |/ / | |/| |
| * | | libbpf: fixed build error for samples/bpf/Björn Töpel2018-04-201-0/+1
| * | | bpf: btf: Add BTF support to libbpfMartin KaFai Lau2018-04-197-31/+626
| * | | libbpf: Type functions for raw tracepointsAndrey Ignatov2018-04-182-0/+4
| * | | libbpf: Support guessing post_bind{4,6} progsAndrey Ignatov2018-04-181-0/+6
* | | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2018-05-251-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | tools: bpf: handle NULL return in bpf_prog_load_xattr()Jakub Kicinski2018-05-111-1/+1
| | |/ | |/|
* | | tools lib api fs tracing_path: Make tracing_events_path privateArnaldo Carvalho de Melo2018-05-172-4/+1Star
* | | tools lib api fs tracing_path: Introduce opendir() methodArnaldo Carvalho de Melo2018-05-172-0/+16
* | | tools lib api fs tracing_path: Introduce get/put_events_file() helpersArnaldo Carvalho de Melo2018-05-172-0/+20
* | | tools lib api: Unexport 'tracing_path' variableArnaldo Carvalho de Melo2018-05-162-3/+2Star
* | | tools lib api: The tracing_mnt variable doesn't need to be globalArnaldo Carvalho de Melo2018-05-161-3/+2Star
* | | tools lib symbols: Introduce kallsyms__is_function()Arnaldo Carvalho de Melo2018-04-262-0/+8
|/ /
* / perf tools: Add '\n' at the end of parse-options error messagesRavi Bangoria2018-04-181-3/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-04-034-46/+149
|\
| * selftests/bpf: Selftest for sys_connect hooksAndrey Ignatov2018-03-311-0/+2
| * selftests/bpf: Selftest for sys_bind hooksAndrey Ignatov2018-03-311-0/+6
| * libbpf: Support expected_attach_type at prog loadAndrey Ignatov2018-03-314-46/+128