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