summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.5-rc6' into perf/core, to pick up fixesIngo Molnar2016-02-294-16/+98
|\
| * Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-02-261-2/+6
| |\
| | * libnvdimm, tools/testing/nvdimm: fix 'ars_status' output buffer sizingDan Williams2016-02-201-2/+6
| * | Merge tag 'trace-fixes-v4.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-02-221-10/+5Star
| |\ \
| | * | ftracetest: Fix instance test to use proper shell command for pidsSteven Rostedt2016-02-191-10/+5Star
| | |/
| * | Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar2016-02-162-4/+87
| |\ \ | | |/ | |/|
| | * efi: Make efivarfs entries immutable by defaultPeter Jones2016-02-102-4/+87
* | | perf trace: Print content of bpf-output eventWang Nan2016-02-261-1/+34
* | | perf trace: Call bpf__apply_obj_config in 'perf trace'Wang Nan2016-02-261-0/+11
* | | 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-2610-21/+15Star
* | | 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: Left align dynamic entries in hierarchyNamhyung Kim2016-02-262-11/+33
* | | perf report: Fix indentation of dynamic entries in hierarchyNamhyung Kim2016-02-264-6/+26
* | | perf hists: Fix comparing of dynamic entriesNamhyung Kim2016-02-261-0/+8
* | | perf report: Show message for percent limit on gtkNamhyung Kim2016-02-261-0/+11
* | | perf hists browser: Show message for percent limitNamhyung Kim2016-02-263-0/+102
* | | perf hists browser: Cleanup hist_browser__update_percent_limit()Namhyung Kim2016-02-261-6/+1Star
* | | perf report: Show message for percent limit on stdioNamhyung Kim2016-02-261-0/+17
* | | perf hists: Add more helper functions for the hierarchy modeNamhyung Kim2016-02-263-0/+50
* | | perf script: Remove duplicated code and needless script_spec__findnew()Taeung Song2016-02-251-18/+3Star
* | | perf script: Exception handling when the print fmt is emptyTaeung Song2016-02-252-0/+6
* | | perf tools: Fix parsing of pmu events with empty list of modifiersArnaldo Carvalho de Melo2016-02-251-3/+3
* | | perf jvmti: improve error message in MakefileStephane Eranian2016-02-251-4/+13
* | | perf tools: Use asprintf() for simple string formatting/allocationArnaldo Carvalho de Melo2016-02-251-6/+8
* | | perf top: Add --hierarchy optionNamhyung Kim2016-02-252-0/+18
* | | perf hists: Support decaying in hierarchy modeNamhyung Kim2016-02-251-8/+34
* | | perf report: Add --hierarchy optionNamhyung Kim2016-02-253-0/+21
* | | perf ui/gtk: Implement hierarchy output modeNamhyung Kim2016-02-251-1/+162
* | | perf hists browser: Align column header in hierarchy modeNamhyung Kim2016-02-251-1/+70
* | | perf hists browser: Implement hierarchy outputNamhyung Kim2016-02-251-22/+268
* | | perf hists browser: Support collapsing/expanding whole entries in hierarchyNamhyung Kim2016-02-251-10/+48
* | | perf hists browser: Count number of hierarchy entriesNamhyung Kim2016-02-251-11/+74
* | | perf ui/stdio: Align column header for hierarchy outputNamhyung Kim2016-02-253-0/+116
* | | perf ui/stdio: Implement hierarchy output modeNamhyung Kim2016-02-252-1/+80
* | | perf hists: Count number of sort keysNamhyung Kim2016-02-252-0/+4
* | | perf hists: Resort after filtering hierarchyNamhyung Kim2016-02-251-0/+54
* | | perf hists: Support filtering in hierarchy modeNamhyung Kim2016-02-251-8/+93
* | | perf hists: Introduce hist_entry__filter()Namhyung Kim2016-02-253-0/+116
* | | perf hists: Add helper functions for hierarchy modeNamhyung Kim2016-02-242-0/+72
* | | perf hists: Resort hist entries with hierarchyNamhyung Kim2016-02-241-3/+91
* | | perf hists: Basic support of hierarchical report viewNamhyung Kim2016-02-243-2/+128
* | | perf tools: Add helper functions for some sort keysNamhyung Kim2016-02-242-0/+36
* | | perf script: Print bpf-output events in 'perf script'Wang Nan2016-02-241-5/+88
* | | perf tools: Make binary data printer code in trace_event public availableWang Nan2016-02-243-27/+105
* | | perf script: Display data_src valuesJiri Olsa2016-02-243-1/+36
* | | perf tools: Change perf_mem__lck_scnprintf to return nb of displayed bytesJiri Olsa2016-02-242-6/+8
* | | perf tools: Change perf_mem__snp_scnprintf to return nb of displayed bytesJiri Olsa2016-02-242-5/+6
* | | perf tools: Change perf_mem__lvl_scnprintf to return nb of displayed bytesJiri Olsa2016-02-242-7/+8