aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2016-02-25perf script: Exception handling when the print fmt is emptyTaeung Song
2016-02-25perf tools: Fix parsing of pmu events with empty list of modifiersArnaldo Carvalho de Melo
2016-02-25perf jvmti: improve error message in MakefileStephane Eranian
2016-02-25perf tools: Use asprintf() for simple string formatting/allocationArnaldo Carvalho de Melo
2016-02-24perf top: Add --hierarchy optionperf-core-for-mingo-20160224Namhyung Kim
2016-02-24perf hists: Support decaying in hierarchy modeNamhyung Kim
2016-02-24perf report: Add --hierarchy optionNamhyung Kim
2016-02-24perf ui/gtk: Implement hierarchy output modeNamhyung Kim
2016-02-24perf hists browser: Align column header in hierarchy modeNamhyung Kim
2016-02-24perf hists browser: Implement hierarchy outputNamhyung Kim
2016-02-24perf hists browser: Support collapsing/expanding whole entries in hierarchyNamhyung Kim
2016-02-24perf hists browser: Count number of hierarchy entriesNamhyung Kim
2016-02-24perf ui/stdio: Align column header for hierarchy outputNamhyung Kim
2016-02-24perf ui/stdio: Implement hierarchy output modeNamhyung Kim
2016-02-24perf hists: Count number of sort keysNamhyung Kim
2016-02-24perf hists: Resort after filtering hierarchyNamhyung Kim
2016-02-24perf hists: Support filtering in hierarchy modeNamhyung Kim
2016-02-24perf hists: Introduce hist_entry__filter()Namhyung Kim
2016-02-24perf hists: Add helper functions for hierarchy modeNamhyung Kim
2016-02-24perf hists: Resort hist entries with hierarchyNamhyung Kim
2016-02-24perf hists: Basic support of hierarchical report viewNamhyung Kim
2016-02-24perf tools: Add helper functions for some sort keysNamhyung Kim
2016-02-24perf script: Print bpf-output events in 'perf script'Wang Nan
2016-02-24perf tools: Make binary data printer code in trace_event public availableWang Nan
2016-02-24perf script: Display data_src valuesJiri Olsa
2016-02-24perf tools: Change perf_mem__lck_scnprintf to return nb of displayed bytesJiri Olsa
2016-02-24perf tools: Change perf_mem__snp_scnprintf to return nb of displayed bytesJiri Olsa
2016-02-24perf tools: Change perf_mem__lvl_scnprintf to return nb of displayed bytesJiri Olsa
2016-02-24perf tools: Change perf_mem__tlb_scnprintf to return nb of displayed bytesJiri Olsa
2016-02-24perf tools: Introduce perf_mem__lck_scnprintf functionJiri Olsa
2016-02-24perf tools: Introduce perf_mem__snp_scnprintf functionJiri Olsa
2016-02-24perf tools: Introduce perf_mem__lvl_scnprintf functionJiri Olsa
2016-02-24perf tools: Introduce perf_mem__tlb_scnprintf functionJiri Olsa
2016-02-24perf mem: Introduce perf_mem_events__name functionJiri Olsa
2016-02-24perf mem record: Check for memory events supportJiri Olsa
2016-02-23perf tools: Remove strbuf_{remove,splice}()Arnaldo Carvalho de Melo
2016-02-23perf help: No need to use strbuf_remove()Arnaldo Carvalho de Melo
2016-02-23perf tools: Dont stop PMU parsing on alias parse errorAndi Kleen
2016-02-23perf script: Display addr/data_src/weight columns for raw eventsJiri Olsa
2016-02-23perf script: Add data_src and weight column definitionsJiri Olsa
2016-02-23perf tools: Use ARRAY_SIZE in mem sort display functionsJiri Olsa
2016-02-23perf mem: Add -e record optionJiri Olsa
2016-02-23perf tools: Add monitored events arrayJiri Olsa
2016-02-23perf tools: Introduce cl_offset functionJiri Olsa
2016-02-23perf tools: Make cl_address globalJiri Olsa
2016-02-22perf tools: Introduce bpf-output eventWang Nan
2016-02-22perf tools: Apply tracepoint event definition options to BPF scriptWang Nan
2016-02-22perf tools: Enable indices setting syntax for BPF mapWang Nan
2016-02-22perf tools: Support setting different slots in a BPF map separatelyWang Nan
2016-02-22perf tools: Enable passing event to BPF objectWang Nan