aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-15mm, tracing: unify mm flags handling in tracepoints and printkVlastimil Babka1-1/+1
2016-03-15tools, perf: make gfp_compact_table up to dateVlastimil Babka1-19/+28
2016-03-15slub: convert SLAB_DEBUG_FREE to SLAB_CONSISTENCY_CHECKSLaura Abbott1-1/+1
2016-03-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds150-1616/+11149
2016-03-10perf stat: Add --metric-only support for -AAndi Kleen2-9/+38
2016-03-10perf stat: Implement --metric-only modeAndi Kleen2-10/+205
2016-03-10perf stat: Document CSV format in manpageAndi Kleen1-0/+23
2016-03-10perf hists browser: Check sort keys before hot key actionsNamhyung Kim1-0/+9
2016-03-10perf hists browser: Allow thread filtering for comm sort keyNamhyung Kim1-10/+32
2016-03-10perf tools: Add sort__has_comm variableNamhyung Kim2-0/+4
2016-03-10perf tools: Recalc total periods using top-level entries in hierarchyNamhyung Kim1-10/+34
2016-03-10perf tools: Remove nr_sort_keys fieldNamhyung Kim3-31/+0
2016-03-10perf hists browser: Cleanup hist_browser__fprintf_hierarchy_entry()Namhyung Kim1-14/+8
2016-03-10perf tools: Remove hist_entry->fmt fieldNamhyung Kim1-1/+0
2016-03-10perf tools: Fix command line filters in hierarchy modeNamhyung Kim1-3/+97
2016-03-10perf tools: Add more sort entry check functionsNamhyung Kim2-31/+23
2016-03-10perf tools: Fix hist_entry__filter() for hierarchyNamhyung Kim1-7/+21
2016-03-10perf jitdump: Build only on supported archsJiri Olsa7-6/+19
2016-03-10tools lib traceevent: Add '~' operation within arg_num_eval()Steven Rostedt1-0/+6
2016-03-09perf tools: Omit unnecessary cast in perf_pmu__parse_scaleJiri Olsa1-2/+2
2016-03-09perf tools: Pass perf_hpp_list all the way through setup_sort_listJiri Olsa1-18/+26
2016-03-09perf tools: Fix perf script python database export crashChris Phlipot1-4/+2
2016-03-09perf jitdump: DWARF is also neededArnaldo Carvalho de Melo2-5/+8
2016-03-09perf bench mem: Prepare the x86-64 build for upstream memcpy_mcsafe() changesIngo Molnar1-0/+5
2016-03-08perf report: Use hierarchy hpp list on gtkNamhyung Kim1-22/+33
2016-03-08perf hists browser: Use hierarchy hpp listNamhyung Kim1-36/+45
2016-03-08perf report: Use hierarchy hpp list on stdioNamhyung Kim1-46/+57
2016-03-08perf hists: Fix indent for multiple hierarchy sort keyNamhyung Kim4-28/+23
2016-03-08perf hists: Support multiple sort keys in a hierarchy levelNamhyung Kim1-10/+32
2016-03-08perf hists: Use own hpp_list for hierarchy modeNamhyung Kim7-73/+103
2016-03-08perf hists: Introduce perf_hpp__setup_hists_formats()Namhyung Kim4-0/+118
2016-03-08perf stat: Document --detailed optionBorislav Petkov1-0/+8
2016-03-08perf hists: Add level field to struct perf_hpp_fmtNamhyung Kim2-33/+42
2016-03-08perf tools: Use 64-bit shifts with (TSC) time conversionAdrian Hunter2-2/+2
2016-03-08perf jit: Move clockid validationAdrian Hunter2-24/+23
2016-03-08perf jit: Let jit_process() return errorsAdrian Hunter2-6/+16
2016-03-08perf session: Simplify tool stubsAdrian Hunter1-33/+7
2016-03-08perf inject: Hit all DSOs for AUX data in JIT and other casesAdrian Hunter1-4/+8
2016-03-08perf tools: Explicitly declare inc_group_count as a void functionColin Ian King1-1/+1
2016-03-03perf stat: Check for frontend stalled for metricsAndi Kleen3-1/+10
2016-03-03tools/power turbostat: fix various build warningsColin Ian King1-4/+4
2016-03-03perf tests: Initialize sa.sa_flagsColin Ian King1-0/+1
2016-03-03perf test: Fix hists related entriesArnaldo Carvalho de Melo1-15/+22
2016-03-03tools lib traceevent: Fix output of %llu for 64 bit values read on 32 bit machinesSteven Rostedt (Red Hat)1-1/+1
2016-03-03tools lib traceevent: Set int_array fields to NULL if freeing from errorSteven Rostedt (Red Hat)1-0/+3
2016-03-03tools lib traceevent: Fix time stamp rounding issueChaos.Chen1-0/+5
2016-03-03perf script: Fix double free on command_lineColin Ian King1-2/+2
2016-03-03tools build: Use .s extension for preprocessed assembler codeMasahiro Yamada1-1/+1
2016-03-03perf stat: Support metrics in --per-core/socket modeAndi Kleen2-8/+63
2016-03-03perf stat: Implement CSV metrics outputAndi Kleen2-5/+70