summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
| * perf annotate: Fix storing per line sym_hist_entryArnaldo Carvalho de Melo2017-07-281-2/+3
| * perf annotate stdio: Set enough columns for --show-total-periodArnaldo Carvalho de Melo2017-07-261-3/+3
| * perf sort: Use default sort if evlist is emptyDavid Carrillo-Cisneros2017-07-262-1/+6
| * perf annotate: Do not overwrite perf_sample->weightArnaldo Carvalho de Melo2017-07-261-2/+0
| * perf stat: Use group read for event groupsJiri Olsa2017-07-263-3/+38
| * perf evsel: Add read_counter()Jiri Olsa2017-07-264-2/+109
| * perf tools: Add perf_evsel__read_size functionJiri Olsa2017-07-261-1/+28
* | Merge branch 'perf/urgent' into perf/core, to pick up latest fixes and refres...Ingo Molnar2017-07-301-1/+1
|\ \ | |/ |/|
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-213-5/+7
| |\
| * | mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-121-1/+1
* | | 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
OpenPOWER on IntegriCloud