summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2016-02-18perf record: Add --all-user/--all-kernel optionsJiri Olsa4-0/+24
2016-02-18perf evlist: Reference count the cpu and thread maps at set_maps()Arnaldo Carvalho de Melo1-2/+2
2016-02-16perf stat: Move noise/running printing into printoutAndi Kleen1-91/+32
2016-02-16perf stat: Add support for metrics in interval modeAndi Kleen1-7/+13
2016-02-16perf stat: Abstract stat metrics printingAndi Kleen3-103/+194
2016-02-16perf tools: Add perf data cache featureJiri Olsa4-0/+299
2016-02-16perf tools: Initialize libapi debug outputJiri Olsa3-0/+24
2016-02-16perf debug: Rename __eprintf(va_list args) to veprintfArnaldo Carvalho de Melo1-10/+5
2016-02-16tools lib api fs: Add sysfs__read_str functionJiri Olsa2-0/+14
2016-02-16tools lib api fs: Adopt filename__read_str from perfJiri Olsa5-49/+54
2016-02-16tools lib api: Add debug output supportJiri Olsa5-0/+60
2016-02-16perf jvmti: Add check for java alternatives cmd in MakefileStephane Eranian1-1/+5
2016-02-15perf tests: Fix build on older systems where 'signal' is reservedArnaldo Carvalho de Melo1-6/+6
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 Melo4-9/+10
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 Melo2-2/+2
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 Melo5-19/+48
2016-02-12perf tools: Add comment explaining the repsep_snprintf functionArnaldo Carvalho de Melo1-1/+9
2016-02-12perf python scripting: Append examples to err msg about audit-libs-pythonTaeung Song1-1/+4
2016-02-12perf build: Add EXTRA_LDFLAGS option to makefileZubair Lutfullah Kakakhel1-0/+2
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 Song4-6/+42
2016-02-05perf jit: add source line info supportStephane Eranian8-39/+768
2016-02-05perf tools: add JVMTI agent libraryStephane Eranian4-0/+778
2016-02-05perf inject: Add jitdump mmap injection supportStephane Eranian8-3/+1418
2016-02-05perf inject: Make sure mmap records are ordered when injecting build_idsArnaldo Carvalho de Melo1-0/+11
2016-02-05perf build: Add libcrypto feature detectionStephane Eranian7-0/+44
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-04perf build tests: Do parallell builds with 'build-test'Arnaldo Carvalho de Melo1-1/+1
2016-02-04perf tools: Fix parallel build including 'clean' targetJiri Olsa1-0/+14
2016-02-04perf config: Document 'record.build-id' variable in man pageTaeung Song1-0/+8
2016-02-04perf config: Document 'kmem.default' variable in man pageTaeung Song1-0/+5
2016-02-04perf config: Document 'pager.<subcommand>' variables in man pageTaeung Song1-0/+5
2016-02-04perf config: Document 'man.viewer' variable in man pageTaeung Song1-0/+9
2016-02-04perf config: Document 'top.children' variable in man pageTaeung Song1-0/+7
2016-02-04perf config: Document variables for 'report' section in man pageTaeung Song1-0/+36
2016-02-04perf config: Document variables for 'call-graph' section in man pageTaeung Song1-0/+67
2016-02-04perf config: Document 'ui.show-headers' variable in man pageTaeung Song1-0/+6
2016-02-04perf build tests: Move the feature related vars to the front of the make cmdlineArnaldo Carvalho de Melo1-2/+2
2016-02-04perf build tests: Elide "-f Makefile" from make invokationArnaldo Carvalho de Melo1-3/+6
2016-02-04Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar14-236/+425
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 browser: Add 'L' hotkey to change percent limitNamhyung Kim1-0/+55