summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)AuthorFilesLines
2020-02-24tools lib api fs: Fix gcc9 stringop-truncation compilation errorAndrey Zhizhikin1-1/+3
2020-02-05tools lib traceevent: Fix memory leakage in filter_eventHewenliang1-1/+3
2020-02-05tools lib: Fix builds when glibc contains strlcpy()Vitaly Chikunov1-0/+7
2020-01-12libtraceevent: Fix lib installation with O=Sudip Mukherjee1-0/+1
2019-12-31libtraceevent: Fix memory leakage in copy_filter_typeHewenliang1-2/+7
2019-12-31libsubcmd: Use -O0 with DEBUG=1James Clark1-1/+3
2019-12-31libbpf: Fix error handling in bpf_map__reuse_fd()Toke Høiland-Jørgensen1-4/+10
2019-12-13tools/bpf: make libbpf _GNU_SOURCE friendlyYonghong Song2-0/+3
2019-11-06libsubcmd: Make _FORTIFY_SOURCE defines dependent on the featureIan Rogers1-1/+7
2019-10-11tools lib traceevent: Do not free tep->cmdlines in add_new_comm() on failureSteven Rostedt (VMware)1-2/+1
2019-10-11tools lib traceevent: Fix "robust" test of do_generate_dynamic_list_fileSteven Rostedt (VMware)1-2/+2
2019-10-05libtraceevent: Change users plugin directoryTzvetomir Stoyanov2-4/+4
2019-10-01bpf: libbpf: retry loading program on EAGAINLorenz Bauer1-3/+14
2019-07-26bpf, libbpf, smatch: Fix potential NULL pointer dereferenceLeo Yan1-4/+4
2019-05-31libbpf: fix samples/bpf build failure due to undefined UINT32_MAXDaniel T. Lee1-0/+1
2019-05-31tools/bpf: fix perf build error with uClibc (seen on ARC)Vineet Gupta1-0/+2
2019-05-16tools lib traceevent: Fix missing equality check for strcmpRikard Falkeborn1-1/+1
2019-04-05tools lib traceevent: Fix buffer overflow in arg_evalTony Jones1-1/+1
2019-04-05libbpf: force fixdep compilation at the start of the buildStanislav Fomichev1-1/+2
2019-02-12bpf: libbpf: retry map creation without the nameStanislav Fomichev1-1/+10
2019-01-26tools lib subcmd: Don't add the kernel sources to the include pathArnaldo Carvalho de Melo1-2/+0
2019-01-09tools lib traceevent: Fix processing of dereferenced args in bprintk eventsSteven Rostedt (VMware)1-0/+1
2018-10-16perf tools: Fix tracing_path_mount proper pathJiri Olsa1-2/+2
2018-09-18tools lib bpf: Provide wrapper for strerror_r to build in !_GNU_SOURCE systemsArnaldo Carvalho de Melo4-11/+35
2018-08-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds20-1115/+1016
2018-08-20tools lib traceevent: Change to SPDX License formatSteven Rostedt (VMware)7-106/+7
2018-08-18Merge tag 'perf-core-for-mingo-4.19-20180815' of git://git.kernel.org/pub/scm...Ingo Molnar16-1009/+1009
2018-08-13tools lib traceevent: Rename static variables and functions in event-parse.cTzvetomir Stoyanov (VMware)1-27/+27
2018-08-13tools lib traceevent: Rename various pevent APIsTzvetomir Stoyanov (VMware)3-21/+21
2018-08-13tools lib traceevent: Rename internal parser related APIsTzvetomir Stoyanov (VMware)3-26/+26
2018-08-13tools lib traceevent: Rename various pevent get/set/is APIsTzvetomir Stoyanov (VMware)3-11/+11
2018-08-13tools lib traceevent: Rename pevent_find_* APIsTzvetomir Stoyanov (VMware)5-25/+25
2018-08-13tools lib traceevent: Rename pevent field APIsTzvetomir Stoyanov (VMware)5-60/+60
2018-08-13tools lib traceevent: Rename pevent_data_ APIsTzvetomir Stoyanov (VMware)3-36/+36
2018-08-13tools lib traceevent: Rename pevent_register / unregister APIsTzvetomir Stoyanov (VMware)12-179/+179
2018-08-13tools lib traceevent: Rename pevent_filter* APIsTzvetomir Stoyanov (VMware)2-67/+67
2018-08-13tools lib traceevent, perf tools: Rename traceevent_plugin_* APIsTzvetomir Stoyanov (VMware)3-24/+24
2018-08-13tools lib traceevent: Rename pevent_function* APIsTzvetomir Stoyanov (VMware)7-66/+66
2018-08-13tools lib traceevent, tools lib lockdep: Rename 'enum pevent_errno' to 'enum ...Tzvetomir Stoyanov (VMware)5-133/+133
2018-08-13tools lib traceevent, perf tools: Rename 'enum pevent_flag' to 'enum tep_flag'Tzvetomir Stoyanov (VMware)3-8/+8
2018-08-13tools lib traceevent, perf tools: Rename traceevent_* APIsTzvetomir Stoyanov (VMware)2-8/+8
2018-08-13tools lib traceevent, perf tools: Rename pevent_set_* APIsTzvetomir Stoyanov (VMware)2-11/+11
2018-08-13tools lib traceevent, perf tools: Rename pevent_register_* APIsTzvetomir Stoyanov (VMware)3-9/+9
2018-08-13tools lib traceevent, perf tools: Rename pevent_read_number_* APIsTzvetomir Stoyanov (VMware)5-40/+40
2018-08-13tools lib traceevent, perf tools: Rename pevent print APIsTzvetomir Stoyanov (VMware)5-84/+84
2018-08-13tools lib traceevent, perf tools: Rename pevent parse APIsTzvetomir Stoyanov (VMware)2-20/+20
2018-08-13tools lib traceevent, perf tools: Rename pevent find APIsTzvetomir Stoyanov (VMware)6-49/+49
2018-08-13tools lib traceevent, perf tools: Rename pevent alloc / free APIsTzvetomir Stoyanov (VMware)2-18/+18
2018-08-13tools lib traceevent, perf tools: Rename pevent plugin related APIsTzvetomir Stoyanov (VMware)13-67/+67
2018-08-13tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct te...Tzvetomir Stoyanov (VMware)9-67/+67