summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-trace.c
AgeCommit message (Expand)Author
2017-11-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-11-09perf trace: Call machine__exit() at exitAndrei Vagin
2017-10-31perf trace beauty kcmp: Beautify argumentsArnaldo Carvalho de Melo
2017-10-31perf trace beauty: Implement pid_fd beautifierArnaldo Carvalho de Melo
2017-10-30perf tools: Add struct perf_data_fileJiri Olsa
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa
2017-10-27perf trace beauty prctl: Generate 'option' string table from kernel headersArnaldo Carvalho de Melo
2017-10-23perf tools: Introduce binary__fprintf()Arnaldo Carvalho de Melo
2017-10-03perf top: Implement multithreading for perf_event__synthesize_threadsKan Liang
2017-09-18perf tools: Fix leaking rec_argv in error casesMartin Kepplinger
2017-09-18perf machine: Use hashtable for machine threadsKan Liang
2017-09-01perf trace: Support syscall name globbingArnaldo Carvalho de Melo
2017-08-28perf trace beauty: Beautify pkey_{alloc,free,mprotect} argumentsArnaldo Carvalho de Melo
2017-08-17perf trace: Fix off by one string allocation problemArnaldo Carvalho de Melo
2017-08-01perf trace beauty ioctl: Improve 'cmd' beautifierArnaldo Carvalho de Melo
2017-07-20perf trace: Filter out 'sshd' in the tracer ancestry in syswide tracingArnaldo Carvalho de Melo
2017-07-20perf trace: Introduce filter_loop_pids()Arnaldo Carvalho de Melo
2017-07-20perf trace beauty clone: Beautify syscall argumentsArnaldo Carvalho de Melo
2017-07-20perf trace: Allow specifying names to syscall arguments formattersArnaldo Carvalho de Melo
2017-07-20perf trace: Allow specifying number of syscall args for tracepointless syscallsArnaldo Carvalho de Melo
2017-07-20perf trace: Ditch __syscall__arg_val() variant, not needed anymoreArnaldo Carvalho de Melo
2017-07-20perf trace: Use the syscall_fmt formatters without a tracepointArnaldo Carvalho de Melo
2017-07-20perf trace: Allow allocating sc->arg_fmt even without the syscall tracepointArnaldo Carvalho de Melo
2017-07-20perf trace: Add missing ' = ' in the default formatting of syscall returnsArnaldo Carvalho de Melo
2017-07-18perf trace beauty: Simplify syscall return formattingArnaldo Carvalho de Melo
2017-07-18perf trace beauty fcntl: Do not suppress 'cmd' when zero, should be DUPFDArnaldo Carvalho de Melo
2017-07-18perf trace: Allow syscall arg formatters to request non suppression of zerosArnaldo Carvalho de Melo
2017-07-18perf trace: Group per syscall arg formatter info into one structArnaldo Carvalho de Melo
2017-07-18perf trace beauty: Export strarray for use in per-object beautifiersArnaldo Carvalho de Melo
2017-07-18perf trace beauty: Export the fd beautifier for use in more placesArnaldo Carvalho de Melo
2017-07-18perf trace beauty: Give syscall return beautifier more contextArnaldo Carvalho de Melo
2017-07-18perf trace: Allow syscall_arg beautifiers to set a different return formatterArnaldo Carvalho de Melo
2017-07-18perf trace: Beautify new write hint fcntl commandsArnaldo Carvalho de Melo
2017-07-18perf trace beauty fcntl: Basic 'arg' beautifierArnaldo Carvalho de Melo
2017-07-18perf trace beauty: Introduce syscall arg beautifier for long integersArnaldo Carvalho de Melo
2017-07-18perf trace beauty: Export the "int" and "hex" syscall arg formattersArnaldo Carvalho de Melo
2017-07-18perf trace beauty: Allow accessing syscall args values in a syscall arg forma...Arnaldo Carvalho de Melo
2017-07-18perf trace beauty: Mask ignored fcntl 'arg' parameterArnaldo Carvalho de Melo
2017-07-18perf trace beauty: Export the strarrays scnprintf methodArnaldo Carvalho de Melo
2017-07-18perf trace: Beautify linux specific fcntl commandsArnaldo Carvalho de Melo
2017-07-18perf trace: Remove F_ from some of the fcntl command stringsArnaldo Carvalho de Melo
2017-06-01perf trace: Add mmap alias for s390Jiri Olsa
2017-04-25perf tools: Move event prototypes from util.h to event.hArnaldo Carvalho de Melo
2017-04-24perf tools: Remove poll.h and wait.h from util.hArnaldo Carvalho de Melo
2017-04-20perf tools: Add signal.h to places using its definitionsArnaldo Carvalho de Melo
2017-04-19perf tools: Move path related functions to util/path.hArnaldo Carvalho de Melo
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo
2017-04-19perf tools: Move extra string util functions to util/string2.hArnaldo Carvalho de Melo
2017-04-19perf tools: Move print_binary definitions to separate filesArnaldo Carvalho de Melo
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo