summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-201-3/+3
|\
| * x86/asm/decoder: Use explicitly signed charsJosh Poimboeuf2016-03-031-3/+3
* | mm, tracing: unify mm flags handling in tracepoints and printkVlastimil Babka2016-03-151-1/+1
* | tools, perf: make gfp_compact_table up to dateVlastimil Babka2016-03-151-19/+28
* | perf stat: Add --metric-only support for -AAndi Kleen2016-03-102-9/+38
* | perf stat: Implement --metric-only modeAndi Kleen2016-03-102-10/+205
* | perf stat: Document CSV format in manpageAndi Kleen2016-03-101-0/+23
* | perf hists browser: Check sort keys before hot key actionsNamhyung Kim2016-03-101-0/+9
* | perf hists browser: Allow thread filtering for comm sort keyNamhyung Kim2016-03-101-10/+32
* | perf tools: Add sort__has_comm variableNamhyung Kim2016-03-102-0/+4
* | perf tools: Recalc total periods using top-level entries in hierarchyNamhyung Kim2016-03-101-10/+34
* | perf tools: Remove nr_sort_keys fieldNamhyung Kim2016-03-103-31/+0
* | perf hists browser: Cleanup hist_browser__fprintf_hierarchy_entry()Namhyung Kim2016-03-101-14/+8
* | perf tools: Remove hist_entry->fmt fieldNamhyung Kim2016-03-101-1/+0
* | perf tools: Fix command line filters in hierarchy modeNamhyung Kim2016-03-101-3/+97
* | perf tools: Add more sort entry check functionsNamhyung Kim2016-03-102-31/+23
* | perf tools: Fix hist_entry__filter() for hierarchyNamhyung Kim2016-03-101-7/+21
* | perf jitdump: Build only on supported archsJiri Olsa2016-03-107-6/+19
* | perf tools: Omit unnecessary cast in perf_pmu__parse_scaleJiri Olsa2016-03-091-2/+2
* | perf tools: Pass perf_hpp_list all the way through setup_sort_listJiri Olsa2016-03-091-18/+26
* | perf tools: Fix perf script python database export crashChris Phlipot2016-03-091-4/+2
* | perf jitdump: DWARF is also neededArnaldo Carvalho de Melo2016-03-092-5/+8
* | perf bench mem: Prepare the x86-64 build for upstream memcpy_mcsafe() changesIngo Molnar2016-03-091-0/+5
* | perf report: Use hierarchy hpp list on gtkNamhyung Kim2016-03-081-22/+33
* | perf hists browser: Use hierarchy hpp listNamhyung Kim2016-03-081-36/+45
* | perf report: Use hierarchy hpp list on stdioNamhyung Kim2016-03-081-46/+57
* | perf hists: Fix indent for multiple hierarchy sort keyNamhyung Kim2016-03-084-28/+23
* | perf hists: Support multiple sort keys in a hierarchy levelNamhyung Kim2016-03-081-10/+32
* | perf hists: Use own hpp_list for hierarchy modeNamhyung Kim2016-03-087-73/+103
* | perf hists: Introduce perf_hpp__setup_hists_formats()Namhyung Kim2016-03-084-0/+118
* | perf stat: Document --detailed optionBorislav Petkov2016-03-081-0/+8
* | perf hists: Add level field to struct perf_hpp_fmtNamhyung Kim2016-03-082-33/+42
* | perf tools: Use 64-bit shifts with (TSC) time conversionAdrian Hunter2016-03-082-2/+2
* | perf jit: Move clockid validationAdrian Hunter2016-03-082-24/+23
* | perf jit: Let jit_process() return errorsAdrian Hunter2016-03-082-6/+16
* | perf session: Simplify tool stubsAdrian Hunter2016-03-081-33/+7
* | perf inject: Hit all DSOs for AUX data in JIT and other casesAdrian Hunter2016-03-081-4/+8
* | perf tools: Explicitly declare inc_group_count as a void functionColin Ian King2016-03-081-1/+1
* | perf stat: Check for frontend stalled for metricsAndi Kleen2016-03-033-1/+10
* | perf tests: Initialize sa.sa_flagsColin Ian King2016-03-031-0/+1
* | perf test: Fix hists related entriesArnaldo Carvalho de Melo2016-03-031-15/+22
* | perf script: Fix double free on command_lineColin Ian King2016-03-031-2/+2
* | perf stat: Support metrics in --per-core/socket modeAndi Kleen2016-03-032-8/+63
* | perf stat: Implement CSV metrics outputAndi Kleen2016-03-032-5/+70
* | perf record: Ensure return non-zero rc when mmap failWang Nan2016-03-031-1/+4
* | perf record: Introduce record__finish_output() to finish a perf.dataWang Nan2016-03-031-12/+25
* | perf record: Extract synthesize code to record__synthesize()Wang Nan2016-03-031-55/+70
* | perf record: Use WARN_ONCE to replace 'if' conditionWang Nan2016-03-031-8/+7
* | perf data: Explicitly set byte order for integer typesWang Nan2016-03-031-0/+6
* | perf data: Support converting data from bpf_perf_event_output()Wang Nan2016-03-031-1/+111
OpenPOWER on IntegriCloud