aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2016-02-16tools lib api fs: Adopt filename__read_str from perfJiri Olsa3-49/+1
2016-02-12perf data: Fix releasing event_classWang Nan1-0/+18
2016-02-12perf tools: Rename parse_events__free_terms() to parse_events_terms__delete()Arnaldo Carvalho de Melo3-8/+9
2016-02-12perf tools: Free the terms list_head in parse_events__free_terms()Wang Nan1-0/+1
2016-02-12perf tools: Use perf_event_terms__purge() for non-malloced termsArnaldo Carvalho de Melo1-1/+1
2016-02-12perf tools: Introduce parse_events_terms__purge()Arnaldo Carvalho de Melo2-1/+7
2016-02-12perf tools: Unlink entries from terms listWang Nan1-1/+3
2016-02-12perf hists: Do column alignment on the format iteratorArnaldo Carvalho de Melo3-10/+29
2016-02-12perf tools: Add comment explaining the repsep_snprintf functionArnaldo Carvalho de Melo1-1/+9
2016-02-12perf symbols: Fix symbols searching for module in buildid-cacheWang Nan3-0/+49
2016-02-12perf config: Add '--system' and '--user' options to select which config file ...Taeung Song2-2/+5
2016-02-05perf jit: add source line info supportStephane Eranian5-8/+634
2016-02-05perf inject: Add jitdump mmap injection supportStephane Eranian6-0/+1316
2016-02-05perf symbols: add Java demangling supportStephane Eranian4-0/+213
2016-02-05perf tools: handle spaces in file names obtained from /proc/pid/mapsMarcin Ĺšlusarz1-1/+1
2016-02-04Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar3-98/+219
2016-02-04Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar5-26/+63
2016-02-04Merge tag 'perf-urgent-for-mingo-2' of git://git.kernel.org/pub/scm/linux/ker...Ingo Molnar1-0/+10
2016-02-04Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar4-26/+53
2016-02-03perf stat: Fix interval output valuesJiri Olsa1-0/+10
2016-02-03perf hists: Introduce hists__for_each_sort_list macroJiri Olsa2-3/+9
2016-02-03perf hists: Introduce hists__for_each_format macroJiri Olsa1-0/+3
2016-02-03perf tools: Add hpp_list into struct hists objectJiri Olsa2-3/+5
2016-02-03perf hists: Add struct perf_hpp_list argument to helper functionsJiri Olsa2-6/+7
2016-02-03perf hists: Introduce perf_hpp_list__for_each_sort_list_safe macroJiri Olsa1-2/+2
2016-02-03perf hists: Introduce perf_hpp_list__for_each_sort_list macroJiri Olsa2-5/+5
2016-02-03perf hists: Introduce perf_hpp_list__for_each_format_safe macroJiri Olsa1-2/+2
2016-02-03perf hists: Introduce perf_hpp_list__for_each_format macroJiri Olsa2-6/+6
2016-02-03perf hists: Pass perf_hpp_list all the way through setup_output_listJiri Olsa1-15/+18
2016-02-03perf hists: Add perf_hpp_list register helpersJiri Olsa1-3/+15
2016-02-03perf hists: Introduce perf_hpp_list__init functionJiri Olsa2-0/+8
2016-02-03perf hists: Introduce struct perf_hpp_listJiri Olsa1-6/+10
2016-02-03perf hists: Separate output fields parsing into setup_output_list functionJiri Olsa1-12/+22
2016-02-03perf hists: Separate sort fields parsing into setup_sort_list functionJiri Olsa1-12/+22
2016-02-03perf hists: Properly release format fieldsJiri Olsa2-0/+25
2016-02-03perf hists: Remove perf_hpp__column_(disable|enable)Jiri Olsa1-2/+0
2016-02-03perf hists: Allocate output sort fieldJiri Olsa1-8/+33
2016-02-03perf hists: Add 'equal' method to perf_hpp_fmt structJiri Olsa2-20/+21
2016-02-03perf hists: Add _idx fields into struct perf_hpp_fmtJiri Olsa1-0/+1
2016-02-03perf hists: Introduce perf_evsel__output_resort functionJiri Olsa2-3/+8
2016-02-03perf hists: Factor output_resort from hists__output_resortJiri Olsa1-8/+15
2016-02-03Merge tag 'perf-core-for-mingo-3' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar1-4/+20
2016-02-03Merge tag 'perf-core-for-mingo-2' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar6-7/+38
2016-02-03Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar14-117/+115
2016-02-02perf probe: Search both .eh_frame and .debug_frame sections for probe locationHemant Kumar2-26/+41
2016-02-02perf tools: Fix thread lifetime related segfaut in intel_ptAdrian Hunter1-0/+9
2016-02-01perf hists: Update hists' total period when adding entriesNamhyung Kim1-2/+9
2016-02-01perf hists: Fix min callchain hits calculationNamhyung Kim1-2/+11
2016-02-01perf tools: tracepoint_error() can receive e=NULL, robustify itAdrian Hunter1-0/+3
2016-01-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-3/+4