summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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
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 browser: Add 'L' hotkey to change percent limitNamhyung Kim
2016-02-03perf report: Update documention of --percent-limit optionNamhyung Kim
2016-02-03perf report: Update documentation of --sort optionNamhyung Kim
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
2016-02-03perf hists: Introduce perf_hpp_list__for_each_sort_list_safe macroJiri Olsa
2016-02-03perf hists: Introduce perf_hpp_list__for_each_sort_list macroJiri Olsa
2016-02-03perf hists: Introduce perf_hpp_list__for_each_format_safe macroJiri Olsa
2016-02-03perf hists: Introduce perf_hpp_list__for_each_format macroJiri Olsa
2016-02-03perf hists: Pass perf_hpp_list all the way through setup_output_listJiri Olsa
2016-02-03perf hists: Add perf_hpp_list register helpersJiri Olsa
2016-02-03perf hists: Introduce perf_hpp_list__init functionJiri Olsa
2016-02-03perf hists: Introduce struct perf_hpp_listJiri Olsa
2016-02-03perf hists: Separate output fields parsing into setup_output_list functionJiri Olsa
2016-02-03perf hists: Separate sort fields parsing into setup_sort_list functionJiri Olsa
2016-02-03perf hists: Properly release format fieldsJiri Olsa