| Commit message (Expand) | Author | Age | Files | Lines |
* | perf tools: Remove misplaced __maybe_unused | Arnaldo Carvalho de Melo | 2016-03-23 | 1 | -1/+1 |
* | perf tools: Add sort__has_comm variable | Namhyung Kim | 2016-03-10 | 1 | -0/+3 |
* | perf tools: Remove nr_sort_keys field | Namhyung Kim | 2016-03-10 | 1 | -26/+0 |
* | perf tools: Add more sort entry check functions | Namhyung Kim | 2016-03-10 | 1 | -31/+19 |
* | perf tools: Fix hist_entry__filter() for hierarchy | Namhyung Kim | 2016-03-10 | 1 | -7/+21 |
* | perf tools: Pass perf_hpp_list all the way through setup_sort_list | Jiri Olsa | 2016-03-09 | 1 | -18/+26 |
* | perf hists: Support multiple sort keys in a hierarchy level | Namhyung Kim | 2016-03-08 | 1 | -10/+32 |
* | perf hists: Introduce perf_hpp__setup_hists_formats() | Namhyung Kim | 2016-03-08 | 1 | -0/+32 |
* | perf hists: Add level field to struct perf_hpp_fmt | Namhyung Kim | 2016-03-08 | 1 | -33/+41 |
* | perf test: Fix hists related entries | Arnaldo Carvalho de Melo | 2016-03-03 | 1 | -15/+22 |
* | perf report: Update column width of dynamic entries | Namhyung Kim | 2016-02-26 | 1 | -3/+5 |
* | perf hists: Fix dynamic entry display in hierarchy | Namhyung Kim | 2016-02-26 | 1 | -0/+3 |
* | perf report: Fix indentation of dynamic entries in hierarchy | Namhyung Kim | 2016-02-26 | 1 | -0/+19 |
* | perf hists: Introduce hist_entry__filter() | Namhyung Kim | 2016-02-24 | 1 | -0/+113 |
* | perf tools: Add helper functions for some sort keys | Namhyung Kim | 2016-02-24 | 1 | -0/+33 |
* | perf tools: Introduce perf_mem__lck_scnprintf function | Jiri Olsa | 2016-02-24 | 1 | -12/+2 |
* | perf tools: Introduce perf_mem__snp_scnprintf function | Jiri Olsa | 2016-02-24 | 1 | -30/+1 |
* | perf tools: Introduce perf_mem__lvl_scnprintf function | Jiri Olsa | 2016-02-24 | 1 | -49/+1 |
* | perf tools: Introduce perf_mem__tlb_scnprintf function | Jiri Olsa | 2016-02-24 | 1 | -42/+2 |
* | perf tools: Use ARRAY_SIZE in mem sort display functions | Jiri Olsa | 2016-02-23 | 1 | -6/+3 |
* | perf tools: Make cl_address global | Jiri Olsa | 2016-02-23 | 1 | -6/+0 |
* | perf tools: Fix column width setting on 'trace' sort key | Namhyung Kim | 2016-02-22 | 1 | -3/+0 |
* | perf tools: Fix alignment on some sort keys | Namhyung Kim | 2016-02-22 | 1 | -4/+4 |
* | perf tools: Update srcline/file if needed | Namhyung Kim | 2016-02-22 | 1 | -33/+31 |
* | perf tools: Fix segfault on dynamic entries | Namhyung Kim | 2016-02-22 | 1 | -0/+15 |
* | perf hists: Do column alignment on the format iterator | Arnaldo Carvalho de Melo | 2016-02-12 | 1 | -10/+3 |
* | perf tools: Add comment explaining the repsep_snprintf function | Arnaldo Carvalho de Melo | 2016-02-12 | 1 | -1/+9 |
* | perf hists: Add struct perf_hpp_list argument to helper functions | Jiri Olsa | 2016-02-03 | 1 | -3/+3 |
* | perf hists: Introduce perf_hpp_list__for_each_format macro | Jiri Olsa | 2016-02-03 | 1 | -4/+4 |
* | perf hists: Pass perf_hpp_list all the way through setup_output_list | Jiri Olsa | 2016-02-03 | 1 | -15/+18 |
* | perf hists: Separate output fields parsing into setup_output_list function | Jiri Olsa | 2016-02-03 | 1 | -12/+22 |
* | perf hists: Separate sort fields parsing into setup_sort_list function | Jiri Olsa | 2016-02-03 | 1 | -12/+22 |
* | perf hists: Properly release format fields | Jiri Olsa | 2016-02-03 | 1 | -0/+24 |
* | perf hists: Allocate output sort field | Jiri Olsa | 2016-02-03 | 1 | -8/+33 |
* | perf hists: Add 'equal' method to perf_hpp_fmt struct | Jiri Olsa | 2016-02-03 | 1 | -19/+20 |
* | perf sort: Provide a way to find out if per-thread bucketing is in place | Namhyung Kim | 2016-01-26 | 1 | -0/+3 |
* | perf tools: Add overhead/overhead_children keys defaults via string | Jiri Olsa | 2016-01-08 | 1 | -0/+39 |
* | perf tools: Add all matching dynamic sort keys for field name | Namhyung Kim | 2016-01-06 | 1 | -16/+32 |
* | perf tools: Make 'trace' or 'trace_fields' sort key default for tracepoint ev... | Namhyung Kim | 2016-01-06 | 1 | -5/+25 |
* | perf tools: Add 'trace_fields' dynamic sort key | Namhyung Kim | 2016-01-06 | 1 | -9/+38 |
* | perf tools: Skip dynamic fields not defined for current event | Namhyung Kim | 2016-01-06 | 1 | -6/+14 |
* | perf tools: Support '<event>.*' dynamic sort key | Namhyung Kim | 2016-01-06 | 1 | -15/+34 |
* | perf tools: Support shortcuts for events in dynamic sort keys | Namhyung Kim | 2016-01-06 | 1 | -20/+87 |
* | perf report/top: Add --raw-trace option | Namhyung Kim | 2016-01-06 | 1 | -3/+29 |
* | perf tools: Add 'trace' sort key | Namhyung Kim | 2016-01-06 | 1 | -16/+60 |
* | perf tools: Try to show pretty printed output for dynamic sort keys | Namhyung Kim | 2016-01-06 | 1 | -5/+100 |
* | perf tools: Add dynamic sort key for tracepoint events | Namhyung Kim | 2016-01-06 | 1 | -0/+213 |
* | perf tools: Pass evlist to setup_sorting() | Namhyung Kim | 2016-01-06 | 1 | -6/+9 |
* | perf tools: Introduce hpp_dimension__add_output function | Jiri Olsa | 2015-10-06 | 1 | -0/+6 |
* | perf tools: Get rid of superfluos call to reset_dimensions | Jiri Olsa | 2015-10-06 | 1 | -2/+0 |