summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* tools lib api fs: Adopt filename__read_str from perfJiri Olsa2016-02-165-49/+54
* tools lib api: Add debug output supportJiri Olsa2016-02-165-0/+60
* perf jvmti: Add check for java alternatives cmd in MakefileStephane Eranian2016-02-161-1/+5
* perf tests: Fix build on older systems where 'signal' is reservedArnaldo Carvalho de Melo2016-02-151-6/+6
* 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-124-9/+10
* 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-122-2/+2
* 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-125-19/+48
* perf tools: Add comment explaining the repsep_snprintf functionArnaldo Carvalho de Melo2016-02-121-1/+9
* perf python scripting: Append examples to err msg about audit-libs-pythonTaeung Song2016-02-121-1/+4
* perf build: Add EXTRA_LDFLAGS option to makefileZubair Lutfullah Kakakhel2016-02-121-0/+2
* 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-124-6/+42
* perf jit: add source line info supportStephane Eranian2016-02-058-39/+768
* perf tools: add JVMTI agent libraryStephane Eranian2016-02-054-0/+778
* perf inject: Add jitdump mmap injection supportStephane Eranian2016-02-058-3/+1418
* perf inject: Make sure mmap records are ordered when injecting build_idsArnaldo Carvalho de Melo2016-02-051-0/+11
* perf build: Add libcrypto feature detectionStephane Eranian2016-02-057-0/+44
* 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
* perf build tests: Do parallell builds with 'build-test'Arnaldo Carvalho de Melo2016-02-041-1/+1
* perf tools: Fix parallel build including 'clean' targetJiri Olsa2016-02-041-0/+14
* perf config: Document 'record.build-id' variable in man pageTaeung Song2016-02-041-0/+8
* perf config: Document 'kmem.default' variable in man pageTaeung Song2016-02-041-0/+5
* perf config: Document 'pager.<subcommand>' variables in man pageTaeung Song2016-02-041-0/+5
* perf config: Document 'man.viewer' variable in man pageTaeung Song2016-02-041-0/+9
* perf config: Document 'top.children' variable in man pageTaeung Song2016-02-041-0/+7
* perf config: Document variables for 'report' section in man pageTaeung Song2016-02-041-0/+36
* perf config: Document variables for 'call-graph' section in man pageTaeung Song2016-02-041-0/+67
* perf config: Document 'ui.show-headers' variable in man pageTaeung Song2016-02-041-0/+6
* perf build tests: Move the feature related vars to the front of the make cmdlineArnaldo Carvalho de Melo2016-02-041-2/+2
* perf build tests: Elide "-f Makefile" from make invokationArnaldo Carvalho de Melo2016-02-041-3/+6
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2016-02-0414-236/+425
|\
| * perf hists browser: Add 'L' hotkey to change percent limitNamhyung Kim2016-02-031-0/+55
| * perf report: Update documention of --percent-limit optionNamhyung Kim2016-02-031-1/+4
| * perf report: Update documentation of --sort optionNamhyung Kim2016-02-031-16/+16
| * perf hists: Introduce hists__for_each_sort_list macroJiri Olsa2016-02-032-3/+9
| * perf hists: Introduce hists__for_each_format macroJiri Olsa2016-02-035-12/+15
| * 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-033-15/+17
| * perf hists: Introduce perf_hpp_list__for_each_sort_list_safe macroJiri Olsa2016-02-032-3/+3
| * perf hists: Introduce perf_hpp_list__for_each_sort_list macroJiri Olsa2016-02-033-7/+7
| * perf hists: Introduce perf_hpp_list__for_each_format_safe macroJiri Olsa2016-02-032-4/+4
| * perf hists: Introduce perf_hpp_list__for_each_format macroJiri Olsa2016-02-036-21/+21
| * perf hists: Pass perf_hpp_list all the way through setup_output_listJiri Olsa2016-02-031-15/+18
| * perf hists: Add perf_hpp_list register helpersJiri Olsa2016-02-032-9/+23
| * perf hists: Introduce perf_hpp_list__init functionJiri Olsa2016-02-032-0/+8
OpenPOWER on IntegriCloud