summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2016-03-03perf stat: Check existence of frontend/backed stalled cyclesAndi Kleen1-2/+20
2016-03-03perf tools: Fix locale handling in pmu parsingJiri Olsa1-0/+13
2016-02-29perf trace: Check and discard not only 'nr' but also '__syscall_nr'Taeung Song1-2/+6
2016-02-29perf tools: Fix python extension buildJiri Olsa1-0/+4
2016-02-26perf trace: Print content of bpf-output eventWang Nan1-1/+34
2016-02-26perf trace: Call bpf__apply_obj_config in 'perf trace'Wang Nan1-0/+11
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 Nan10-21/+15
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: Left align dynamic entries in hierarchyNamhyung Kim2-11/+33
2016-02-26perf report: Fix indentation of dynamic entries in hierarchyNamhyung Kim4-6/+26
2016-02-26perf 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-24perf top: Add --hierarchy optionNamhyung Kim2-0/+18
2016-02-24perf hists: Support decaying in hierarchy modeNamhyung Kim1-8/+34
2016-02-24perf report: Add --hierarchy optionNamhyung Kim3-0/+21
2016-02-24perf ui/gtk: Implement hierarchy output modeNamhyung Kim1-1/+162
2016-02-24perf hists browser: Align column header in hierarchy modeNamhyung Kim1-1/+70
2016-02-24perf hists browser: Implement hierarchy outputNamhyung Kim1-22/+268
2016-02-24perf hists browser: Support collapsing/expanding whole entries in hierarchyNamhyung Kim1-10/+48
2016-02-24perf hists browser: Count number of hierarchy entriesNamhyung Kim1-11/+74
2016-02-24perf ui/stdio: Align column header for hierarchy outputNamhyung Kim3-0/+116
2016-02-24perf ui/stdio: Implement hierarchy output modeNamhyung Kim2-1/+80
2016-02-24perf hists: Count number of sort keysNamhyung Kim2-0/+4
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
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