summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2017-07-25perf report: Tag branch type/flag on "to" and tag cycles on "from"Jin Yao
2017-07-25perf report: Make --branch-history work without callgraphs(-g) option in perf...Jin Yao
2017-07-25perf script python: Generate hooks with additional argumentArun Kalyanasundaram
2017-07-25perf script python: Add perf_sample dict to tracepoint handlersArun Kalyanasundaram
2017-07-25perf script python: Add sample_read to dictArun Kalyanasundaram
2017-07-25perf script python: Refactor creation of perf sample dictArun Kalyanasundaram
2017-07-25perf script python: Allocate memory only if handler existsArun Kalyanasundaram
2017-07-25perf script: Remove some bogus error handlingDan Carpenter
2017-07-25perf top: Support lookup of symbols in other mount namespaces.Krister Johansen
2017-07-25perf evsel: Add verbose output for sys_perf_event_open fallbackJiri Olsa
2017-07-25perf jvmti: Fix linker error when libelf config is disabledSudeep Holla
2017-07-25perf annotate: Process tracing data in pipe modeDavid Carrillo-Cisneros
2017-07-25perf tools: Add EXCLUDE_EXTLIBS and EXTRA_PERFLIBS to makefileDavid Carrillo-Cisneros
2017-07-25perf cgroup: Fix refcount usageArnaldo Carvalho de Melo
2017-07-25perf report: Fix kernel symbol adjustment for s390xThomas Richter
2017-07-25perf annotate stdio: Fix --show-total-periodTaeung Song
2017-07-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-07-21perf annotate: Do not overwrite sample->periodTaeung Song
2017-07-21perf annotate: Store the sample period in each histogram bucketTaeung Song
2017-07-21perf hists: Pass perf_sample to __symbol__inc_addr_samples()Taeung Song
2017-07-21perf annotate: Rename 'sum' to 'nr_samples' in struct sym_histTaeung Song
2017-07-21perf annotate: Introduce struct sym_hist_entryTaeung Song
2017-07-20tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo
2017-07-20perf trace: Filter out 'sshd' in the tracer ancestry in syswide tracingArnaldo Carvalho de Melo
2017-07-20perf trace: Introduce filter_loop_pids()Arnaldo Carvalho de Melo
2017-07-20perf trace beauty clone: Suppress unused args according to 'flags' argArnaldo Carvalho de Melo
2017-07-20perf trace beauty clone: Beautify syscall argumentsArnaldo Carvalho de Melo
2017-07-20tools include uapi: Grab a copy of linux/sched.hArnaldo Carvalho de Melo
2017-07-20perf trace: Allow specifying names to syscall arguments formattersArnaldo Carvalho de Melo
2017-07-20perf trace: Allow specifying number of syscall args for tracepointless syscallsArnaldo Carvalho de Melo
2017-07-20perf trace: Ditch __syscall__arg_val() variant, not needed anymoreArnaldo Carvalho de Melo
2017-07-20perf trace: Use the syscall_fmt formatters without a tracepointArnaldo Carvalho de Melo
2017-07-20perf trace: Allow allocating sc->arg_fmt even without the syscall tracepointArnaldo Carvalho de Melo
2017-07-20perf trace beauty mmap: Ignore 'fd' and 'offset' args for MAP_ANONYMOUSArnaldo Carvalho de Melo
2017-07-20perf trace: Add missing ' = ' in the default formatting of syscall returnsArnaldo Carvalho de Melo
2017-07-20perf intel-pt: Always set no branch for dummy eventKan Liang
2017-07-20perf intel-pt: Set no_aux_samples for the tracking eventKan Liang
2017-07-18perf report: Show branch type in callchain entryJin Yao
2017-07-18perf report: Show branch type statistics for stdio modeJin Yao
2017-07-18perf util: Create branch.c/.h for common branch functionsJin Yao
2017-07-18perf report: Refactor the branch info printing codeJin Yao
2017-07-18perf record: Create a new option save_type in --branch-filterJin Yao
2017-07-18perf header: Add event desc to pipe-mode headerDavid Carrillo-Cisneros
2017-07-18perf tools: Add feature header record to pipe-modeDavid Carrillo-Cisneros
2017-07-18perf tool: Add show_feature_header to perf_toolDavid Carrillo-Cisneros
2017-07-18perf header: Change FEAT_OP* macrosDavid Carrillo-Cisneros
2017-07-18perf header: Add a buffer to struct feat_fdDavid Carrillo-Cisneros
2017-07-18perf header: Make write_pmu_mappings pipe-mode friendlyDavid Carrillo-Cisneros
2017-07-18perf header: Use struct feat_fd in read header recordsDavid Carrillo-Cisneros
2017-07-18perf header: Don't pass struct perf_file_section to process_##_featDavid Carrillo-Cisneros