aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-20tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo11-25/+30
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: Suppress unused args according to 'flags' argArnaldo Carvalho de Melo1-1/+18
2017-07-20perf trace beauty clone: Beautify syscall argumentsArnaldo Carvalho de Melo4-1/+68
2017-07-20tools include uapi: Grab a copy of linux/sched.hArnaldo Carvalho de Melo2-0/+2
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 beauty mmap: Ignore 'fd' and 'offset' args for MAP_ANONYMOUSArnaldo Carvalho de Melo1-0/+3
2017-07-20perf trace: Add missing ' = ' in the default formatting of syscall returnsArnaldo Carvalho de Melo1-1/+1
2017-07-20perf intel-pt: Always set no branch for dummy eventKan Liang1-0/+2
2017-07-20perf intel-pt: Set no_aux_samples for the tracking eventKan Liang1-0/+1
2017-07-18perf report: Show branch type in callchain entryJin Yao3-19/+50
2017-07-18perf report: Show branch type statistics for stdio modeJin Yao2-4/+26
2017-07-18perf util: Create branch.c/.h for common branch functionsJin Yao4-1/+174
2017-07-18perf report: Refactor the branch info printing codeJin Yao1-59/+41
2017-07-18perf record: Create a new option save_type in --branch-filterJin Yao2-0/+2
2017-07-18perf header: Add event desc to pipe-mode headerDavid Carrillo-Cisneros1-2/+17
2017-07-18perf tools: Add feature header record to pipe-modeDavid Carrillo-Cisneros12-3/+141
2017-07-18perf tool: Add show_feature_header to perf_toolDavid Carrillo-Cisneros3-0/+14
2017-07-18perf header: Change FEAT_OP* macrosDavid Carrillo-Cisneros1-28/+44
2017-07-18perf header: Add a buffer to struct feat_fdDavid Carrillo-Cisneros1-5/+70
2017-07-18perf header: Make write_pmu_mappings pipe-mode friendlyDavid Carrillo-Cisneros1-10/+11
2017-07-18perf header: Use struct feat_fd in read header recordsDavid Carrillo-Cisneros1-51/+50
2017-07-18perf header: Don't pass struct perf_file_section to process_##_featDavid Carrillo-Cisneros1-34/+24
2017-07-18perf header: Use struct feat_fd to process header recordsDavid Carrillo-Cisneros1-85/+79
2017-07-18perf header: Use struct feat_fd for printDavid Carrillo-Cisneros1-55/+47
2017-07-18perf header: Add struct feat_fd for writeDavid Carrillo-Cisneros4-111/+138
2017-07-18perf header: Revamp do_write()David Carrillo-Cisneros3-10/+8
2017-07-18perf util: Add const modifier to buf in "writen" functionDavid Carrillo-Cisneros2-3/+5
2017-07-18perf header: Fail on write_padded errorDavid Carrillo-Cisneros1-1/+5
2017-07-18perf header: Add PROCESS_STR_FUN macroDavid Carrillo-Cisneros1-48/+17
2017-07-18perf header: Encapsulate read and swapDavid Carrillo-Cisneros1-133/+77
2017-07-18perf report: Enable finding kernel inline functionsJin Yao2-6/+0
2017-07-18perf trace beauty: Simplify syscall return formattingArnaldo Carvalho de Melo1-128/+81
2017-07-18perf trace beauty fcntl: Beautify the 'arg' for DUPFDArnaldo Carvalho de Melo1-0/+3
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 fcntl: Beautify F_GETLEASE and F_SETLEASE arg/returnArnaldo Carvalho de Melo1-1/+21
2017-07-18perf trace beauty: Export strarray for use in per-object beautifiersArnaldo Carvalho de Melo2-20/+27
2017-07-18perf tests attr: Add optional termJiri Olsa5-3/+23
2017-07-18perf tests attr: Fix stat sample_type setupJiri Olsa1-1/+1
2017-07-18perf tests attr: Fix precise_ip setupJiri Olsa1-1/+1
2017-07-18perf tests attr: Fix sample_period setupJiri Olsa12-13/+1
2017-07-18perf tests attr: Fix cpu test disabled term setupJiri Olsa1-2/+2
2017-07-18perf tests attr: Add proper return valuesJiri Olsa24-0/+24