summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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 stat: Handled scaled == -1 case for countersAndi Kleen
2016-02-19perf test: Reduce the sample_freq for the 'object code reading' testArnaldo Carvalho de Melo
2016-02-19perf tests: Use perf_evlist__strerror_open() to provide hints about max_freqArnaldo Carvalho de Melo
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: Move noise/running printing into printoutAndi Kleen
2016-02-16perf stat: Add support for metrics in interval modeAndi Kleen
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: Add sysfs__read_str functionJiri Olsa
2016-02-16tools lib api fs: Adopt filename__read_str from perfJiri Olsa
2016-02-16tools lib api: Add debug output supportJiri Olsa
2016-02-16perf jvmti: Add check for java alternatives cmd in MakefileStephane Eranian
2016-02-15perf tests: Fix build on older systems where 'signal' is reservedArnaldo Carvalho de Melo
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 python scripting: Append examples to err msg about audit-libs-pythonTaeung Song
2016-02-12perf build: Add EXTRA_LDFLAGS option to makefileZubair Lutfullah Kakakhel
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 tools: add JVMTI agent libraryStephane Eranian
2016-02-05perf inject: Add jitdump mmap injection supportStephane Eranian
2016-02-05perf inject: Make sure mmap records are ordered when injecting build_idsArnaldo Carvalho de Melo
2016-02-05perf build: Add libcrypto feature detectionStephane 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