summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-27perf report: Update column width of dynamic entriesNamhyung Kim2-3/+16
2016-02-27perf hists: Fix dynamic entry display in hierarchyNamhyung Kim2-1/+4
2016-02-27perf report: Left align dynamic entries in hierarchyNamhyung Kim2-11/+33
2016-02-27perf report: Fix indentation of dynamic entries in hierarchyNamhyung Kim4-6/+26
2016-02-27perf hists: Fix comparing of dynamic entriesNamhyung Kim1-0/+8
2016-02-26perf report: Show message for percent limit on gtkNamhyung Kim1-0/+11
2016-02-26perf hists browser: Show message for percent limitNamhyung Kim3-0/+102
2016-02-26perf hists browser: Cleanup hist_browser__update_percent_limit()Namhyung Kim1-6/+1
2016-02-26perf report: Show message for percent limit on stdioNamhyung Kim1-0/+17
2016-02-26perf hists: Add more helper functions for the hierarchy modeNamhyung Kim3-0/+50
2016-02-25perf script: Remove duplicated code and needless script_spec__findnew()Taeung Song1-18/+3
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-25perf jvmti: improve error message in MakefileStephane Eranian1-4/+13
2016-02-25perf tools: Use asprintf() for simple string formatting/allocationArnaldo Carvalho de Melo1-6/+8
2016-02-25Merge tag 'perf-core-for-mingo-20160224' of git://git.kernel.org/pub/scm/linu...Ingo Molnar22-241/+1940
2016-02-25perf top: Add --hierarchy optionNamhyung Kim2-0/+18
2016-02-25perf hists: Support decaying in hierarchy modeNamhyung Kim1-8/+34
2016-02-25perf report: Add --hierarchy optionNamhyung Kim3-0/+21
2016-02-25perf ui/gtk: Implement hierarchy output modeNamhyung Kim1-1/+162
2016-02-25perf hists browser: Align column header in hierarchy modeNamhyung Kim1-1/+70
2016-02-25perf hists browser: Implement hierarchy outputNamhyung Kim1-22/+268
2016-02-25perf hists browser: Support collapsing/expanding whole entries in hierarchyNamhyung Kim1-10/+48
2016-02-25perf hists browser: Count number of hierarchy entriesNamhyung Kim1-11/+74
2016-02-25perf ui/stdio: Align column header for hierarchy outputNamhyung Kim3-0/+116
2016-02-25perf ui/stdio: Implement hierarchy output modeNamhyung Kim2-1/+80
2016-02-25perf hists: Count number of sort keysNamhyung Kim2-0/+4
2016-02-25perf hists: Resort after filtering hierarchyNamhyung Kim1-0/+54
2016-02-25perf hists: Support filtering in hierarchy modeNamhyung Kim1-8/+93
2016-02-25perf 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
2016-02-24perf hists: Basic support of hierarchical report viewNamhyung Kim3-2/+128
2016-02-24perf tools: Add helper functions for some sort keysNamhyung Kim2-0/+36
2016-02-24perf script: Print bpf-output events in 'perf script'Wang Nan1-5/+88
2016-02-24perf tools: Make binary data printer code in trace_event public availableWang Nan3-27/+105
2016-02-24perf script: Display data_src valuesJiri Olsa3-1/+36
2016-02-24perf tools: Change perf_mem__lck_scnprintf to return nb of displayed bytesJiri Olsa2-6/+8
2016-02-24perf tools: Change perf_mem__snp_scnprintf to return nb of displayed bytesJiri Olsa2-5/+6
2016-02-24perf tools: Change perf_mem__lvl_scnprintf to return nb of displayed bytesJiri Olsa2-7/+8
2016-02-24perf tools: Change perf_mem__tlb_scnprintf to return nb of displayed bytesJiri Olsa2-7/+8
2016-02-24perf tools: Introduce perf_mem__lck_scnprintf functionJiri Olsa3-12/+20
2016-02-24perf tools: Introduce perf_mem__snp_scnprintf functionJiri Olsa3-30/+36
2016-02-24perf tools: Introduce perf_mem__lvl_scnprintf functionJiri Olsa3-49/+55
2016-02-24perf tools: Introduce perf_mem__tlb_scnprintf functionJiri Olsa3-42/+52
2016-02-24perf mem: Introduce perf_mem_events__name functionJiri Olsa3-3/+9
2016-02-24perf mem record: Check for memory events supportJiri Olsa3-7/+51
2016-02-24Merge tag 'perf-core-for-mingo-2' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar26-121/+1300
2016-02-23perf tools: Remove strbuf_{remove,splice}()Arnaldo Carvalho de Melo2-26/+0
2016-02-23perf help: No need to use strbuf_remove()Arnaldo Carvalho de Melo1-2/+1