summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
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: Adopt filename__read_str from perfJiri 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
2016-02-04perf build tests: Do parallell builds with 'build-test'Arnaldo Carvalho de Melo
2016-02-04perf tools: Fix parallel build including 'clean' targetJiri Olsa
2016-02-04perf config: Document 'record.build-id' variable in man pageTaeung Song
2016-02-04perf config: Document 'kmem.default' variable in man pageTaeung Song
2016-02-04perf config: Document 'pager.<subcommand>' variables in man pageTaeung Song
2016-02-04perf config: Document 'man.viewer' variable in man pageTaeung Song
2016-02-04perf config: Document 'top.children' variable in man pageTaeung Song
2016-02-04perf config: Document variables for 'report' section in man pageTaeung Song
2016-02-04perf config: Document variables for 'call-graph' section in man pageTaeung Song
2016-02-04perf config: Document 'ui.show-headers' variable in man pageTaeung Song
2016-02-04perf build tests: Move the feature related vars to the front of the make cmdlineArnaldo Carvalho de Melo
2016-02-04perf build tests: Elide "-f Makefile" from make invokationArnaldo Carvalho de Melo
2016-02-04Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar