summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
...
* | perf tools: Enable BPF object configure syntaxWang Nan2016-02-224-9/+61
* | perf bpf: Add API to set values to map entries in a bpf objectWang Nan2016-02-222-0/+314
* | perf tools: Fix column width setting on 'trace' sort keyNamhyung Kim2016-02-222-3/+3
* | perf tools: Fix alignment on some sort keysNamhyung Kim2016-02-221-4/+4
* | perf tools: Update srcline/file if neededNamhyung Kim2016-02-221-33/+31
* | perf tools: Fix segfault on dynamic entriesNamhyung Kim2016-02-221-0/+15
* | perf tools: Remove duplicate typedef config_term_func_t definitionArnaldo Carvalho de Melo2016-02-221-4/+0
* | perf tools: Fix build on older systemsArnaldo Carvalho de Melo2016-02-221-2/+2
* | perf hists: Return error from hists__collapse_resort()Namhyung Kim2016-02-192-12/+21
* | perf callchain: Check return value of append_chain_children()Namhyung Kim2016-02-191-6/+12
* | perf callchain: Check return value of split_add_child()Namhyung Kim2016-02-191-3/+9
* | perf callchain: Add enum match_result for match_chain()Namhyung Kim2016-02-191-18/+34
* | perf callchain: Check return value of fill_node()Namhyung Kim2016-02-191-3/+13
* | perf callchain: Check return value of add_child()Namhyung Kim2016-02-191-0/+8
* | perf hists browser: Fix percentage update on key pressNamhyung Kim2016-02-192-7/+21
* | perf tools: Enable config and setting names for legacy cache eventsWang Nan2016-02-193-10/+42
* | perf tools: Enable config raw and numeric eventsWang Nan2016-02-192-5/+8
* | perf tools: Introduce opt_event_config nonterminalArnaldo Carvalho de Melo2016-02-191-29/+18
* | perf tools: Rename and move pmu_event_name to get_config_nameWang Nan2016-02-191-17/+18
* | perf stat: Bail out on unsupported event config modifiersWang Nan2016-02-192-0/+49
* | perf tools: Create config_term_names arrayWang Nan2016-02-193-6/+51
* | perf tools: Fix checking asprintf return valueWang Nan2016-02-191-3/+3
* | perf bpf: Rename bpf_prog_priv__clear() to clear_prog_priv()Wang Nan2016-02-191-3/+3
* | perf evlist: Handle -EINVAL for sample_freq > max_sample_rate in strerror_open()Arnaldo Carvalho de Melo2016-02-191-1/+19
* | perf record: Add --all-user/--all-kernel optionsJiri Olsa2016-02-181-0/+10
* | perf evlist: Reference count the cpu and thread maps at set_maps()Arnaldo Carvalho de Melo2016-02-181-2/+2
* | perf stat: Abstract stat metrics printingAndi Kleen2016-02-162-97/+129
* | perf tools: Add perf data cache featureJiri Olsa2016-02-164-0/+299
* | perf tools: Initialize libapi debug outputJiri Olsa2016-02-162-0/+22
* | perf debug: Rename __eprintf(va_list args) to veprintfArnaldo Carvalho de Melo2016-02-161-10/+5
* | tools lib api fs: Adopt filename__read_str from perfJiri Olsa2016-02-163-49/+1
* | perf data: Fix releasing event_classWang Nan2016-02-121-0/+18
* | perf tools: Rename parse_events__free_terms() to parse_events_terms__delete()Arnaldo Carvalho de Melo2016-02-123-8/+9
* | perf tools: Free the terms list_head in parse_events__free_terms()Wang Nan2016-02-121-0/+1
* | perf tools: Use perf_event_terms__purge() for non-malloced termsArnaldo Carvalho de Melo2016-02-121-1/+1
* | perf tools: Introduce parse_events_terms__purge()Arnaldo Carvalho de Melo2016-02-122-1/+7
* | perf tools: Unlink entries from terms listWang Nan2016-02-121-1/+3
* | perf hists: Do column alignment on the format iteratorArnaldo Carvalho de Melo2016-02-123-10/+29
* | perf tools: Add comment explaining the repsep_snprintf functionArnaldo Carvalho de Melo2016-02-121-1/+9
* | perf symbols: Fix symbols searching for module in buildid-cacheWang Nan2016-02-123-0/+49
* | perf config: Add '--system' and '--user' options to select which config file ...Taeung Song2016-02-122-2/+5
* | perf jit: add source line info supportStephane Eranian2016-02-055-8/+634
* | perf inject: Add jitdump mmap injection supportStephane Eranian2016-02-056-0/+1316
* | perf symbols: add Java demangling supportStephane Eranian2016-02-054-0/+213
* | perf tools: handle spaces in file names obtained from /proc/pid/mapsMarcin Ĺšlusarz2016-02-051-1/+1
* | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2016-02-043-98/+219
|\ \
| * | perf hists: Introduce hists__for_each_sort_list macroJiri Olsa2016-02-032-3/+9
| * | perf hists: Introduce hists__for_each_format macroJiri Olsa2016-02-031-0/+3
| * | perf tools: Add hpp_list into struct hists objectJiri Olsa2016-02-032-3/+5
| * | perf hists: Add struct perf_hpp_list argument to helper functionsJiri Olsa2016-02-032-6/+7