aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* perf script python: Add perf_sample dict to tracepoint handlersArun Kalyanasundaram2017-07-25
* perf script python: Add sample_read to dictArun Kalyanasundaram2017-07-25
* perf script python: Refactor creation of perf sample dictArun Kalyanasundaram2017-07-25
* perf script python: Allocate memory only if handler existsArun Kalyanasundaram2017-07-25
* perf script: Remove some bogus error handlingDan Carpenter2017-07-25
* perf top: Support lookup of symbols in other mount namespaces.Krister Johansen2017-07-25
* perf evsel: Add verbose output for sys_perf_event_open fallbackJiri Olsa2017-07-25
* perf jvmti: Fix linker error when libelf config is disabledSudeep Holla2017-07-25
* perf annotate: Process tracing data in pipe modeDavid Carrillo-Cisneros2017-07-25
* perf tools: Add EXCLUDE_EXTLIBS and EXTRA_PERFLIBS to makefileDavid Carrillo-Cisneros2017-07-25
* perf cgroup: Fix refcount usageArnaldo Carvalho de Melo2017-07-25
* perf report: Fix kernel symbol adjustment for s390xThomas Richter2017-07-25
* perf annotate stdio: Fix --show-total-periodTaeung Song2017-07-25
* perf annotate: Do not overwrite sample->periodTaeung Song2017-07-21
* perf annotate: Store the sample period in each histogram bucketTaeung Song2017-07-21
* perf hists: Pass perf_sample to __symbol__inc_addr_samples()Taeung Song2017-07-21
* perf annotate: Rename 'sum' to 'nr_samples' in struct sym_histTaeung Song2017-07-21
* perf annotate: Introduce struct sym_hist_entryTaeung Song2017-07-21
* tools lib: Update copy of strtobool from the kernel sourcesArnaldo Carvalho de Melo2017-07-20
* tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo2017-07-20
* perf trace: Filter out 'sshd' in the tracer ancestry in syswide tracingArnaldo Carvalho de Melo2017-07-20
* perf trace: Introduce filter_loop_pids()Arnaldo Carvalho de Melo2017-07-20
* perf trace beauty clone: Suppress unused args according to 'flags' argArnaldo Carvalho de Melo2017-07-20
* perf trace beauty clone: Beautify syscall argumentsArnaldo Carvalho de Melo2017-07-20
* tools include uapi: Grab a copy of linux/sched.hArnaldo Carvalho de Melo2017-07-20
* perf trace: Allow specifying names to syscall arguments formattersArnaldo Carvalho de Melo2017-07-20
* perf trace: Allow specifying number of syscall args for tracepointless syscallsArnaldo Carvalho de Melo2017-07-20
* perf trace: Ditch __syscall__arg_val() variant, not needed anymoreArnaldo Carvalho de Melo2017-07-20
* perf trace: Use the syscall_fmt formatters without a tracepointArnaldo Carvalho de Melo2017-07-20
* perf trace: Allow allocating sc->arg_fmt even without the syscall tracepointArnaldo Carvalho de Melo2017-07-20
* perf trace beauty mmap: Ignore 'fd' and 'offset' args for MAP_ANONYMOUSArnaldo Carvalho de Melo2017-07-20
* perf trace: Add missing ' = ' in the default formatting of syscall returnsArnaldo Carvalho de Melo2017-07-20
* perf intel-pt: Always set no branch for dummy eventKan Liang2017-07-20
* perf intel-pt: Set no_aux_samples for the tracking eventKan Liang2017-07-20
* Merge tag 'perf-core-for-mingo-4.13-20170718' of git://git.kernel.org/pub/scm...Ingo Molnar2017-07-20
|\
| * perf report: Show branch type in callchain entryJin Yao2017-07-18
| * perf report: Show branch type statistics for stdio modeJin Yao2017-07-18
| * perf util: Create branch.c/.h for common branch functionsJin Yao2017-07-18
| * perf report: Refactor the branch info printing codeJin Yao2017-07-18
| * perf record: Create a new option save_type in --branch-filterJin Yao2017-07-18
| * perf/x86/intel: Record branch typeJin Yao2017-07-18
| * perf/core: Define the common branch type classificationJin Yao2017-07-18
| * perf header: Add event desc to pipe-mode headerDavid Carrillo-Cisneros2017-07-18
| * perf tools: Add feature header record to pipe-modeDavid Carrillo-Cisneros2017-07-18
| * perf tool: Add show_feature_header to perf_toolDavid Carrillo-Cisneros2017-07-18
| * perf header: Change FEAT_OP* macrosDavid Carrillo-Cisneros2017-07-18
| * perf header: Add a buffer to struct feat_fdDavid Carrillo-Cisneros2017-07-18
| * perf header: Make write_pmu_mappings pipe-mode friendlyDavid Carrillo-Cisneros2017-07-18
| * perf header: Use struct feat_fd in read header recordsDavid Carrillo-Cisneros2017-07-18
| * perf header: Don't pass struct perf_file_section to process_##_featDavid Carrillo-Cisneros2017-07-18