summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Do not include stringify.h from the kernel sourcesArnaldo Carvalho de Melo2016-03-231-2/+0
* perf tools: Remove needless 'extern' from function prototypesArnaldo Carvalho de Melo2016-03-2316-171/+153
* perf tools: Simplify die() mechanismArnaldo Carvalho de Melo2016-03-232-8/+1
* perf tools: Remove unused DIE_IF macroArnaldo Carvalho de Melo2016-03-231-7/+0
* perf thread: Rename perf_event__preprocess_sample_addr to thread__resolveArnaldo Carvalho de Melo2016-03-233-9/+5
* perf machine: Rename perf_event__preprocess_sample to machine__resolveArnaldo Carvalho de Melo2016-03-232-8/+4
* perf tools: Add cpumode to struct perf_sampleArnaldo Carvalho de Melo2016-03-236-22/+17
* perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo2016-03-2311-21/+18
* perf symbols: Record text offset in dso to calculate objdump addressWang Nan2016-03-182-6/+7
* perf test: Remove 'core_id' check in topo testSukadev Bhattiprolu2016-03-111-5/+0
* 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-102-28/+0
* 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-101-1/+1
* 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-091-0/+3
* perf hists: Fix indent for multiple hierarchy sort keyNamhyung Kim2016-03-081-0/+1
* 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-083-25/+37
* perf hists: Introduce perf_hpp__setup_hists_formats()Namhyung Kim2016-03-083-0/+55
* 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-081-1/+1
* perf jit: Move clockid validationAdrian Hunter2016-03-081-0/+23
* perf jit: Let jit_process() return errorsAdrian Hunter2016-03-081-2/+4
* perf session: Simplify tool stubsAdrian Hunter2016-03-081-33/+7
* 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-032-1/+9
* 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-031-0/+7
* perf stat: Implement CSV metrics outputAndi Kleen2016-03-031-1/+1
* 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
* perf tools: Fix locale handling in pmu parsingJiri Olsa2016-03-031-0/+13
* perf tools: Fix python extension buildJiri Olsa2016-02-291-0/+4
* perf tools: Only set filter for tracepoints eventsWang Nan2016-02-261-0/+3
* perf config: Bring perf_default_config to the very beginning at main()Wang Nan2016-02-263-5/+7
* perf report: Update column width of dynamic entriesNamhyung Kim2016-02-262-3/+16
* perf hists: Fix dynamic entry display in hierarchyNamhyung Kim2016-02-262-1/+4
* perf report: Fix indentation of dynamic entries in hierarchyNamhyung Kim2016-02-262-0/+20
* perf hists: Fix comparing of dynamic entriesNamhyung Kim2016-02-261-0/+8
* perf hists browser: Show message for percent limitNamhyung Kim2016-02-262-0/+3
* perf hists: Add more helper functions for the hierarchy modeNamhyung Kim2016-02-262-0/+28
* perf script: Exception handling when the print fmt is emptyTaeung Song2016-02-252-0/+6
OpenPOWER on IntegriCloud