summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf annotate: Introduce struct sym_hist_entryTaeung Song2017-07-214-29/+35
* tools lib: Update copy of strtobool from the kernel sourcesArnaldo Carvalho de Melo2017-07-201-7/+25
* tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo2017-07-2015-46/+50
* perf trace: Filter out 'sshd' in the tracer ancestry in syswide tracingArnaldo Carvalho de Melo2017-07-201-1/+15
* perf trace: Introduce filter_loop_pids()Arnaldo Carvalho de Melo2017-07-201-1/+11
* perf trace beauty clone: Suppress unused args according to 'flags' argArnaldo Carvalho de Melo2017-07-201-1/+18
* perf trace beauty clone: Beautify syscall argumentsArnaldo Carvalho de Melo2017-07-204-1/+68
* tools include uapi: Grab a copy of linux/sched.hArnaldo Carvalho de Melo2017-07-203-0/+54
* perf trace: Allow specifying names to syscall arguments formattersArnaldo Carvalho de Melo2017-07-201-2/+13
* perf trace: Allow specifying number of syscall args for tracepointless syscallsArnaldo Carvalho de Melo2017-07-201-1/+5
* perf trace: Ditch __syscall__arg_val() variant, not needed anymoreArnaldo Carvalho de Melo2017-07-201-7/+2
* perf trace: Use the syscall_fmt formatters without a tracepointArnaldo Carvalho de Melo2017-07-201-24/+30
* perf trace: Allow allocating sc->arg_fmt even without the syscall tracepointArnaldo Carvalho de Melo2017-07-201-10/+21
* perf trace beauty mmap: Ignore 'fd' and 'offset' args for MAP_ANONYMOUSArnaldo Carvalho de Melo2017-07-201-0/+3
* perf trace: Add missing ' = ' in the default formatting of syscall returnsArnaldo Carvalho de Melo2017-07-201-1/+1
* perf intel-pt: Always set no branch for dummy eventKan Liang2017-07-201-0/+2
* perf intel-pt: Set no_aux_samples for the tracking eventKan Liang2017-07-201-0/+1
* perf report: Show branch type in callchain entryJin Yao2017-07-183-19/+50
* perf report: Show branch type statistics for stdio modeJin Yao2017-07-182-4/+26
* perf util: Create branch.c/.h for common branch functionsJin Yao2017-07-184-1/+174
* perf report: Refactor the branch info printing codeJin Yao2017-07-181-59/+41
* perf record: Create a new option save_type in --branch-filterJin Yao2017-07-182-0/+2
* perf/core: Define the common branch type classificationJin Yao2017-07-181-1/+26
* perf header: Add event desc to pipe-mode headerDavid Carrillo-Cisneros2017-07-181-2/+17
* perf tools: Add feature header record to pipe-modeDavid Carrillo-Cisneros2017-07-1812-3/+141
* perf tool: Add show_feature_header to perf_toolDavid Carrillo-Cisneros2017-07-183-0/+14
* perf header: Change FEAT_OP* macrosDavid Carrillo-Cisneros2017-07-181-28/+44
* perf header: Add a buffer to struct feat_fdDavid Carrillo-Cisneros2017-07-181-5/+70
* perf header: Make write_pmu_mappings pipe-mode friendlyDavid Carrillo-Cisneros2017-07-181-10/+11
* perf header: Use struct feat_fd in read header recordsDavid Carrillo-Cisneros2017-07-181-51/+50
* perf header: Don't pass struct perf_file_section to process_##_featDavid Carrillo-Cisneros2017-07-181-34/+24
* perf header: Use struct feat_fd to process header recordsDavid Carrillo-Cisneros2017-07-181-85/+79
* perf header: Use struct feat_fd for printDavid Carrillo-Cisneros2017-07-181-55/+47
* perf header: Add struct feat_fd for writeDavid Carrillo-Cisneros2017-07-184-111/+138
* perf header: Revamp do_write()David Carrillo-Cisneros2017-07-183-10/+8
* perf util: Add const modifier to buf in "writen" functionDavid Carrillo-Cisneros2017-07-182-3/+5
* perf header: Fail on write_padded errorDavid Carrillo-Cisneros2017-07-181-1/+5
* perf header: Add PROCESS_STR_FUN macroDavid Carrillo-Cisneros2017-07-181-48/+17
* perf header: Encapsulate read and swapDavid Carrillo-Cisneros2017-07-181-133/+77
* perf report: Enable finding kernel inline functionsJin Yao2017-07-182-6/+0
* perf trace beauty: Simplify syscall return formattingArnaldo Carvalho de Melo2017-07-181-128/+81
* perf trace beauty fcntl: Beautify the 'arg' for DUPFDArnaldo Carvalho de Melo2017-07-181-0/+3
* perf trace beauty fcntl: Do not suppress 'cmd' when zero, should be DUPFDArnaldo Carvalho de Melo2017-07-181-1/+2
* perf trace: Allow syscall arg formatters to request non suppression of zerosArnaldo Carvalho de Melo2017-07-181-1/+3
* perf trace: Group per syscall arg formatter info into one structArnaldo Carvalho de Melo2017-07-181-123/+133
* perf trace beauty fcntl: Beautify F_GETLEASE and F_SETLEASE arg/returnArnaldo Carvalho de Melo2017-07-181-1/+21
* perf trace beauty: Export strarray for use in per-object beautifiersArnaldo Carvalho de Melo2017-07-182-20/+27
* perf tests attr: Add optional termJiri Olsa2017-07-185-3/+23
* perf tests attr: Fix stat sample_type setupJiri Olsa2017-07-181-1/+1
* perf tests attr: Fix precise_ip setupJiri Olsa2017-07-181-1/+1
OpenPOWER on IntegriCloud