summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2016-02-22perf tools: Update srcline/file if neededNamhyung Kim
2016-02-22perf tools: Fix segfault on dynamic entriesNamhyung Kim
2016-02-22perf tools: Remove duplicate typedef config_term_func_t definitionArnaldo Carvalho de Melo
2016-02-22perf tools: Fix build on older systemsArnaldo Carvalho de Melo
2016-02-19perf hists: Return error from hists__collapse_resort()Namhyung Kim
2016-02-19perf callchain: Check return value of append_chain_children()Namhyung Kim
2016-02-19perf callchain: Check return value of split_add_child()Namhyung Kim
2016-02-19perf callchain: Add enum match_result for match_chain()Namhyung Kim
2016-02-19perf callchain: Check return value of fill_node()Namhyung Kim
2016-02-19perf callchain: Check return value of add_child()Namhyung Kim
2016-02-19perf hists browser: Fix percentage update on key pressNamhyung Kim
2016-02-19perf tools: Enable config and setting names for legacy cache eventsWang Nan
2016-02-19perf tools: Enable config raw and numeric eventsWang Nan
2016-02-19perf tools: Introduce opt_event_config nonterminalArnaldo Carvalho de Melo
2016-02-19perf tools: Rename and move pmu_event_name to get_config_nameWang Nan
2016-02-19perf stat: Bail out on unsupported event config modifiersWang Nan
2016-02-19perf tools: Create config_term_names arrayWang Nan
2016-02-19perf tools: Fix checking asprintf return valueWang Nan
2016-02-19perf bpf: Rename bpf_prog_priv__clear() to clear_prog_priv()Wang Nan
2016-02-19perf evlist: Handle -EINVAL for sample_freq > max_sample_rate in strerror_open()Arnaldo Carvalho de Melo
2016-02-18perf record: Add --all-user/--all-kernel optionsJiri Olsa
2016-02-18perf evlist: Reference count the cpu and thread maps at set_maps()Arnaldo Carvalho de Melo
2016-02-16perf stat: Abstract stat metrics printingAndi Kleen
2016-02-16perf tools: Add perf data cache featureJiri Olsa
2016-02-16perf tools: Initialize libapi debug outputJiri Olsa
2016-02-16perf debug: Rename __eprintf(va_list args) to veprintfArnaldo Carvalho de Melo
2016-02-16tools lib api fs: Adopt filename__read_str from perfJiri Olsa
2016-02-12perf data: Fix releasing event_classWang Nan
2016-02-12perf tools: Rename parse_events__free_terms() to parse_events_terms__delete()Arnaldo Carvalho de Melo
2016-02-12perf tools: Free the terms list_head in parse_events__free_terms()Wang Nan
2016-02-12perf tools: Use perf_event_terms__purge() for non-malloced termsArnaldo Carvalho de Melo
2016-02-12perf tools: Introduce parse_events_terms__purge()Arnaldo Carvalho de Melo
2016-02-12perf tools: Unlink entries from terms listWang Nan
2016-02-12perf hists: Do column alignment on the format iteratorArnaldo Carvalho de Melo
2016-02-12perf tools: Add comment explaining the repsep_snprintf functionArnaldo Carvalho de Melo
2016-02-12perf symbols: Fix symbols searching for module in buildid-cacheWang Nan
2016-02-12perf config: Add '--system' and '--user' options to select which config file ...Taeung Song
2016-02-05perf jit: add source line info supportStephane Eranian
2016-02-05perf inject: Add jitdump mmap injection supportStephane Eranian
2016-02-05perf symbols: add Java demangling supportStephane Eranian
2016-02-05perf tools: handle spaces in file names obtained from /proc/pid/mapsMarcin Ĺšlusarz
2016-02-04Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2016-02-04Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2016-02-04Merge tag 'perf-urgent-for-mingo-2' of git://git.kernel.org/pub/scm/linux/ker...Ingo Molnar
2016-02-04Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2016-02-03perf stat: Fix interval output valuesJiri Olsa
2016-02-03perf hists: Introduce hists__for_each_sort_list macroJiri Olsa
2016-02-03perf hists: Introduce hists__for_each_format macroJiri Olsa
2016-02-03perf tools: Add hpp_list into struct hists objectJiri Olsa
2016-02-03perf hists: Add struct perf_hpp_list argument to helper functionsJiri Olsa