summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorLines
2015-08-06perf tools: Extend the event parser maximum error indexAdrian Hunter-1/+1
2015-08-06perf tools: Validate config term maximum valueAdrian Hunter-1/+29
2015-08-06perf tools: Add perf_pmu__format_bits()Adrian Hunter-1/+17
2015-08-06perf auxtrace: Fix period type 'i' not workingAdrian Hunter-1/+5
2015-08-06perf report: Display cycles in branch sort modeAndi Kleen-1/+1
2015-08-06perf annotate: Compute IPC and basic block cyclesAndi Kleen-0/+2
2015-08-06perf report: Add processing for cycle histogramsAndi Kleen-0/+36
2015-08-06perf report: Add infrastructure for a cycles histogramAndi Kleen-3/+141
2015-08-06perf report: Add flag for non ANY branch modeAndi Kleen-0/+11
2015-08-06perf tools: Add support for cycles, weight branch_info fieldAndi Kleen-6/+42
2015-08-06perf stat: Move counter processing code into stat objectJiri Olsa-0/+142
2015-08-06perf stat: Move 'interval' into struct perf_stat_configJiri Olsa-0/+1
2015-08-06perf stat: Move 'output' into struct perf_stat_configJiri Olsa-0/+1
2015-08-06perf stat: Move 'scale' into struct perf_stat_configJiri Olsa-0/+1
2015-08-06perf stat: Introduce struct perf_stat_configJiri Olsa-0/+4
2015-08-06perf tools: Add missing forward declaration of struct map to probe-event.hWang Nan-0/+2
2015-08-06perf tools: Introduce veprintfWang Nan-0/+6
2015-08-05perf tools: Fix build errors with mipsel-linux-uclibc compilerPetri Gynther-1/+1
2015-08-05perf tools: Do not include escape sequences in color_vfprintf returnAndi Kleen-2/+3
2015-08-05perf tools: Remove trail argument to color vsprintfJiri Olsa-15/+2
2015-08-05perf tools: Refine parse/config callchain functionsKan Liang-13/+14
2015-08-05perf tools: Per-event time supportKan Liang-4/+28
2015-07-31Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar-86/+193
2015-07-31Merge branch 'perf/urgent' into perf/core, to merge fixes before pulling more...Ingo Molnar-5/+3
2015-07-29perf tools: Force period term to overload global settingsJiri Olsa-1/+5
2015-07-29perf tools: Add support for event post configurationJiri Olsa-11/+106
2015-07-29perf session env: Rename exit methodArnaldo Carvalho de Melo-2/+2
2015-07-29perf symbols: Fix mismatched declarations for elf_getphdrnumArnaldo Carvalho de Melo-1/+1
2015-07-29perf python: Add missing PERF_RECORD_{MMAP2,AUX,etc}Arnaldo Carvalho de Melo-0/+6
2015-07-29perf python: Add macro to simplify maintainance of the constants arrayArnaldo Carvalho de Melo-66/+68
2015-07-29perf python: Remove dependency on 'machine' methodsArnaldo Carvalho de Melo-5/+5
2015-07-28perf stat: Fix transaction lenght metricsAndi Kleen-5/+3
2015-07-23perf record: Add option --switch-events to select PERF_RECORD_SWITCH eventsAdrian Hunter-0/+14
2015-07-23perf tools: Add new PERF_RECORD_SWITCH eventAdrian Hunter-0/+75
2015-07-23perf tools: Stop copying kallsyms into the perf.data file headerArnaldo Carvalho de Melo-14/+8
2015-07-23perf tools: Stop reading the kallsyms data from perf.dataArnaldo Carvalho de Melo-45/+13
2015-07-23perf symbols: Provide libtraceevent callback to resolve kernel symbolsArnaldo Carvalho de Melo-15/+49
2015-07-23perf symbols: Introduce map__is_(kernel,kmodule)()Arnaldo Carvalho de Melo-0/+21
2015-07-23perf symbols: Add front end cache for DSO symbol lookupArnaldo Carvalho de Melo-1/+10
2015-07-21perf header: Use argv style storage for cmdline feature dataJiri Olsa-15/+22
2015-07-21perf evlist: Tolerate NULL maps in propagate_mapsJiri Olsa-1/+2
2015-07-21perf evlist: Use bool instead of target argument in propagate_maps()Jiri Olsa-4/+4
2015-07-21perf evlist: Force perf_evlist__set_maps to propagate maps through eventsJiri Olsa-8/+20
2015-07-21Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar-345/+527
2015-07-21Merge branch 'linus' into perf/core, to refresh the branchIngo Molnar-16/+16
2015-07-20perf buildid: Use SBUILD_ID_SIZE macroMasami Hiramatsu-3/+4
2015-07-20perf probe: Move ftrace probe-event operations to probe-file.cMasami Hiramatsu-292/+353
2015-07-20perf probe: Simplify __add_probe_trace_events codeMasami Hiramatsu-27/+43
2015-07-20perf record: Allow filtering perf's pid via --exclude-perfWang Nan-13/+71
2015-07-20perf record: Apply filter to all events in a glob matchingWang Nan-9/+23