summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2016-02-26perf report: Update column width of dynamic entriesNamhyung Kim
2016-02-26perf hists: Fix dynamic entry display in hierarchyNamhyung Kim
2016-02-26perf report: Fix indentation of dynamic entries in hierarchyNamhyung Kim
2016-02-26perf hists: Fix comparing of dynamic entriesNamhyung Kim
2016-02-26perf hists browser: Show message for percent limitNamhyung Kim
2016-02-26perf hists: Add more helper functions for the hierarchy modeNamhyung Kim
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-24perf hists: Support decaying in hierarchy modeNamhyung 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 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 tools: Dont stop PMU parsing on alias parse errorAndi Kleen
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
2016-02-22perf record: Apply config to BPF objects before recordingWang Nan
2016-02-22perf tools: Enable BPF object configure syntaxWang Nan
2016-02-22perf bpf: Add API to set values to map entries in a bpf objectWang Nan
2016-02-22perf tools: Fix column width setting on 'trace' sort keyNamhyung Kim
2016-02-22perf tools: Fix alignment on some sort keysNamhyung Kim
2016-02-22perf tools: Update srcline/file if neededNamhyung Kim
2016-02-22perf tools: Fix segfault on dynamic entriesNamhyung Kim