summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-242-0/+18
* | perf hists: Support decaying in hierarchy modeNamhyung Kim2016-02-241-8/+34
* | perf report: Add --hierarchy optionNamhyung Kim2016-02-243-0/+21
* | perf ui/gtk: Implement hierarchy output modeNamhyung Kim2016-02-241-1/+162
* | perf hists browser: Align column header in hierarchy modeNamhyung Kim2016-02-241-1/+70
* | perf hists browser: Implement hierarchy outputNamhyung Kim2016-02-241-22/+268
* | perf hists browser: Support collapsing/expanding whole entries in hierarchyNamhyung Kim2016-02-241-10/+48
* | perf hists browser: Count number of hierarchy entriesNamhyung Kim2016-02-241-11/+74
* | perf ui/stdio: Align column header for hierarchy outputNamhyung Kim2016-02-243-0/+116
* | perf ui/stdio: Implement hierarchy output modeNamhyung Kim2016-02-242-1/+80
* | perf hists: Count number of sort keysNamhyung Kim2016-02-242-0/+4
* | perf hists: Resort after filtering hierarchyNamhyung Kim2016-02-241-0/+54
* | perf hists: Support filtering in hierarchy modeNamhyung Kim2016-02-241-8/+93
* | perf hists: Introduce hist_entry__filter()Namhyung Kim2016-02-243-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
* | perf tools: Change perf_mem__tlb_scnprintf to return nb of displayed bytesJiri Olsa2016-02-242-7/+8
* | perf tools: Introduce perf_mem__lck_scnprintf functionJiri Olsa2016-02-243-12/+20
* | perf tools: Introduce perf_mem__snp_scnprintf functionJiri Olsa2016-02-243-30/+36
* | perf tools: Introduce perf_mem__lvl_scnprintf functionJiri Olsa2016-02-243-49/+55
* | perf tools: Introduce perf_mem__tlb_scnprintf functionJiri Olsa2016-02-243-42/+52
* | perf mem: Introduce perf_mem_events__name functionJiri Olsa2016-02-243-3/+9
* | perf mem record: Check for memory events supportJiri Olsa2016-02-243-7/+51
* | perf tools: Remove strbuf_{remove,splice}()Arnaldo Carvalho de Melo2016-02-232-26/+0
* | perf help: No need to use strbuf_remove()Arnaldo Carvalho de Melo2016-02-231-2/+1
* | perf tools: Dont stop PMU parsing on alias parse errorAndi Kleen2016-02-231-7/+8
* | perf script: Display addr/data_src/weight columns for raw eventsJiri Olsa2016-02-231-1/+2
* | perf script: Add data_src and weight column definitionsJiri Olsa2016-02-231-0/+20
* | perf tools: Use ARRAY_SIZE in mem sort display functionsJiri Olsa2016-02-231-6/+3
* | perf mem: Add -e record optionJiri Olsa2016-02-233-7/+106
* | perf tools: Add monitored events arrayJiri Olsa2016-02-234-8/+39
* | perf tools: Introduce cl_offset functionJiri Olsa2016-02-231-0/+6
* | perf tools: Make cl_address globalJiri Olsa2016-02-232-6/+5
* | perf tools: Introduce bpf-output eventWang Nan2016-02-224-3/+16
* | perf tools: Apply tracepoint event definition options to BPF scriptWang Nan2016-02-223-8/+53
* | perf tools: Enable indices setting syntax for BPF mapWang Nan2016-02-223-3/+100
* | perf tools: Support setting different slots in a BPF map separatelyWang Nan2016-02-224-9/+137
* | perf tools: Enable passing event to BPF objectWang Nan2016-02-226-13/+190