summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Fix checking asprintf return valueWang Nan2016-02-191-3/+3
* perf bpf: Rename bpf_prog_priv__clear() to clear_prog_priv()Wang Nan2016-02-191-3/+3
* perf stat: Handled scaled == -1 case for countersAndi Kleen2016-02-191-1/+1
* perf test: Reduce the sample_freq for the 'object code reading' testArnaldo Carvalho de Melo2016-02-191-1/+1
* perf tests: Use perf_evlist__strerror_open() to provide hints about max_freqArnaldo Carvalho de Melo2016-02-191-1/+7
* perf evlist: Handle -EINVAL for sample_freq > max_sample_rate in strerror_open()Arnaldo Carvalho de Melo2016-02-191-1/+19
* perf record: Add --all-user/--all-kernel optionsJiri Olsa2016-02-184-0/+24
* perf evlist: Reference count the cpu and thread maps at set_maps()Arnaldo Carvalho de Melo2016-02-181-2/+2
* perf stat: Move noise/running printing into printoutAndi Kleen2016-02-161-91/+32Star
* perf stat: Add support for metrics in interval modeAndi Kleen2016-02-161-7/+13
* perf stat: Abstract stat metrics printingAndi Kleen2016-02-163-103/+194
* perf tools: Add perf data cache featureJiri Olsa2016-02-164-0/+299
* perf tools: Initialize libapi debug outputJiri Olsa2016-02-163-0/+24
* perf debug: Rename __eprintf(va_list args) to veprintfArnaldo Carvalho de Melo2016-02-161-10/+5Star
* tools lib api fs: Add sysfs__read_str functionJiri Olsa2016-02-162-0/+14
* 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