summaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | perf hists: Pass perf_sample to __symbol__inc_addr_samples()Taeung Song2017-07-215-19/+27
* | | perf annotate: Rename 'sum' to 'nr_samples' in struct sym_histTaeung Song2017-07-213-15/+15
* | | perf annotate: Introduce struct sym_hist_entryTaeung Song2017-07-214-29/+35
* | | tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo2017-07-2011-25/+30
* | | 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-202-0/+2
* | | 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-193-19/+50
* | | perf report: Show branch type statistics for stdio modeJin Yao2017-07-192-4/+26
* | | perf util: Create branch.c/.h for common branch functionsJin Yao2017-07-194-1/+174
* | | perf report: Refactor the branch info printing codeJin Yao2017-07-191-59/+41
* | | perf record: Create a new option save_type in --branch-filterJin Yao2017-07-192-0/+2
* | | perf header: Add event desc to pipe-mode headerDavid Carrillo-Cisneros2017-07-191-2/+17
* | | perf tools: Add feature header record to pipe-modeDavid Carrillo-Cisneros2017-07-1912-3/+141
* | | perf tool: Add show_feature_header to perf_toolDavid Carrillo-Cisneros2017-07-193-0/+14
* | | perf header: Change FEAT_OP* macrosDavid Carrillo-Cisneros2017-07-191-28/+44
* | | perf header: Add a buffer to struct feat_fdDavid Carrillo-Cisneros2017-07-191-5/+70
* | | perf header: Make write_pmu_mappings pipe-mode friendlyDavid Carrillo-Cisneros2017-07-191-10/+11
* | | perf header: Use struct feat_fd in read header recordsDavid Carrillo-Cisneros2017-07-191-51/+50
* | | perf header: Don't pass struct perf_file_section to process_##_featDavid Carrillo-Cisneros2017-07-191-34/+24
* | | perf header: Use struct feat_fd to process header recordsDavid Carrillo-Cisneros2017-07-191-85/+79
* | | perf header: Use struct feat_fd for printDavid Carrillo-Cisneros2017-07-191-55/+47
* | | perf header: Add struct feat_fd for writeDavid Carrillo-Cisneros2017-07-194-111/+138
* | | perf header: Revamp do_write()David Carrillo-Cisneros2017-07-193-10/+8
* | | perf util: Add const modifier to buf in "writen" functionDavid Carrillo-Cisneros2017-07-192-3/+5
* | | perf header: Fail on write_padded errorDavid Carrillo-Cisneros2017-07-191-1/+5
* | | perf header: Add PROCESS_STR_FUN macroDavid Carrillo-Cisneros2017-07-191-48/+17
* | | perf header: Encapsulate read and swapDavid Carrillo-Cisneros2017-07-191-133/+77
* | | perf report: Enable finding kernel inline functionsJin Yao2017-07-192-6/+0
* | | perf trace beauty: Simplify syscall return formattingArnaldo Carvalho de Melo2017-07-191-128/+81
* | | perf trace beauty fcntl: Beautify the 'arg' for DUPFDArnaldo Carvalho de Melo2017-07-191-0/+3
* | | perf trace beauty fcntl: Do not suppress 'cmd' when zero, should be DUPFDArnaldo Carvalho de Melo2017-07-191-1/+2
* | | perf trace: Allow syscall arg formatters to request non suppression of zerosArnaldo Carvalho de Melo2017-07-191-1/+3
* | | perf trace: Group per syscall arg formatter info into one structArnaldo Carvalho de Melo2017-07-191-123/+133
* | | perf trace beauty fcntl: Beautify F_GETLEASE and F_SETLEASE arg/returnArnaldo Carvalho de Melo2017-07-191-1/+21
* | | perf trace beauty: Export strarray for use in per-object beautifiersArnaldo Carvalho de Melo2017-07-192-20/+27
* | | perf tests attr: Add optional termJiri Olsa2017-07-195-3/+23
* | | perf tests attr: Fix stat sample_type setupJiri Olsa2017-07-191-1/+1
* | | perf tests attr: Fix precise_ip setupJiri Olsa2017-07-191-1/+1