summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
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 Kim2-28/+0
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 Olsa1-1/+1
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 Melo1-0/+3
2016-03-08perf hists: Fix indent for multiple hierarchy sort keyNamhyung Kim1-0/+1
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 Kim3-25/+37
2016-03-08perf hists: Introduce perf_hpp__setup_hists_formats()Namhyung Kim3-0/+55
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 Hunter1-1/+1
2016-03-08perf jit: Move clockid validationAdrian Hunter1-0/+23
2016-03-08perf jit: Let jit_process() return errorsAdrian Hunter1-2/+4
2016-03-08perf session: Simplify tool stubsAdrian Hunter1-33/+7
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 Kleen2-1/+9
2016-03-03perf test: Fix hists related entriesArnaldo Carvalho de Melo1-15/+22
2016-03-03perf script: Fix double free on command_lineColin Ian King1-2/+2
2016-03-03perf stat: Support metrics in --per-core/socket modeAndi Kleen1-0/+7
2016-03-03perf stat: Implement CSV metrics outputAndi Kleen1-1/+1
2016-03-03perf data: Explicitly set byte order for integer typesWang Nan1-0/+6
2016-03-03perf data: Support converting data from bpf_perf_event_output()Wang Nan1-1/+111
2016-03-03perf tools: Fix locale handling in pmu parsingJiri Olsa1-0/+13
2016-02-29perf tools: Fix python extension buildJiri Olsa1-0/+4
2016-02-26perf tools: Only set filter for tracepoints eventsWang Nan1-0/+3
2016-02-26perf config: Bring perf_default_config to the very beginning at main()Wang Nan3-5/+7
2016-02-26perf report: Update column width of dynamic entriesNamhyung Kim2-3/+16
2016-02-26perf hists: Fix dynamic entry display in hierarchyNamhyung Kim2-1/+4
2016-02-26perf report: Fix indentation of dynamic entries in hierarchyNamhyung Kim2-0/+20
2016-02-26perf hists: Fix comparing of dynamic entriesNamhyung Kim1-0/+8
2016-02-26perf hists browser: Show message for percent limitNamhyung Kim2-0/+3
2016-02-26perf hists: Add more helper functions for the hierarchy modeNamhyung Kim2-0/+28
2016-02-25perf script: Exception handling when the print fmt is emptyTaeung Song2-0/+6
2016-02-25perf tools: Fix parsing of pmu events with empty list of modifiersArnaldo Carvalho de Melo1-3/+3
2016-02-24perf hists: Support decaying in hierarchy modeNamhyung Kim1-8/+34
2016-02-24perf ui/stdio: Align column header for hierarchy outputNamhyung Kim2-0/+11
2016-02-24perf ui/stdio: Implement hierarchy output modeNamhyung Kim1-0/+2
2016-02-24perf hists: Count number of sort keysNamhyung Kim1-0/+1
2016-02-24perf hists: Resort after filtering hierarchyNamhyung Kim1-0/+54
2016-02-24perf hists: Support filtering in hierarchy modeNamhyung Kim1-8/+93
2016-02-24perf hists: Introduce hist_entry__filter()Namhyung Kim3-0/+116
2016-02-24perf hists: Add helper functions for hierarchy modeNamhyung Kim2-0/+72
2016-02-24perf hists: Resort hist entries with hierarchyNamhyung Kim1-3/+91