aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Add perf_evsel__read_size functionJiri Olsa2017-07-261-1/+28
* perf tools: Add tools/include/uapi/asm-generic/fcntl.h to the MANIFESTArnaldo Carvalho de Melo2017-07-251-0/+1
* perf annotate stdio: Fix column header when using --show-total-periodTaeung Song2017-07-251-1/+2
* perf jevents: Make build fail on JSON parse errorAndi Kleen2017-07-252-11/+14
* perf report: Tag branch type/flag on "to" and tag cycles on "from"Jin Yao2017-07-252-48/+111
* perf report: Make --branch-history work without callgraphs(-g) option in perf...Jin Yao2017-07-254-9/+25
* perf script python: Generate hooks with additional argumentArun Kalyanasundaram2017-07-251-4/+18
* perf script python: Add perf_sample dict to tracepoint handlersArun Kalyanasundaram2017-07-251-1/+40
* perf script python: Add sample_read to dictArun Kalyanasundaram2017-07-251-0/+51
* perf script python: Refactor creation of perf sample dictArun Kalyanasundaram2017-07-251-41/+53
* perf script python: Allocate memory only if handler existsArun Kalyanasundaram2017-07-251-16/+22
* perf script: Remove some bogus error handlingDan Carpenter2017-07-251-6/+1
* perf top: Support lookup of symbols in other mount namespaces.Krister Johansen2017-07-252-0/+19
* perf evsel: Add verbose output for sys_perf_event_open fallbackJiri Olsa2017-07-251-0/+8
* perf jvmti: Fix linker error when libelf config is disabledSudeep Holla2017-07-251-1/+1
* perf annotate: Process tracing data in pipe modeDavid Carrillo-Cisneros2017-07-251-0/+1
* perf tools: Add EXCLUDE_EXTLIBS and EXTRA_PERFLIBS to makefileDavid Carrillo-Cisneros2017-07-251-1/+7
* perf cgroup: Fix refcount usageArnaldo Carvalho de Melo2017-07-251-3/+5
* perf report: Fix kernel symbol adjustment for s390xThomas Richter2017-07-252-0/+23
* perf annotate stdio: Fix --show-total-periodTaeung Song2017-07-251-1/+1
* perf annotate: Do not overwrite sample->periodTaeung Song2017-07-211-1/+0
* perf annotate: Store the sample period in each histogram bucketTaeung Song2017-07-212-5/+13
* 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-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 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