summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2015-08-12perf probe: Fix to show lines of sys_ functions correctlyMasami Hiramatsu1-5/+13
2015-08-12perf sort: Check for SRCLINE_UNKNOWN case in "srcfile" processingAndi Kleen1-0/+2
2015-08-10perf evlist: Be more specific on -F/--freqNamhyung Kim1-2/+7
2015-08-10perf record: Support per-event freq termNamhyung Kim6-1/+15
2015-08-10perf report: Add support for srcfile sort keyAndi Kleen4-0/+60
2015-08-10perf hists: Update the column width for the "srcline" sort keyArnaldo Carvalho de Melo1-0/+3
2015-08-10perf hists: hist_entry__cmp() may use he_tmp.hists, initialize itArnaldo Carvalho de Melo1-0/+1
2015-08-10perf tools: Unset perf_event_attr::freq when period term is setJiri Olsa1-0/+1
2015-08-10perf tools: Support full source file paths for srclineAndi Kleen2-1/+6
2015-08-08perf callchain: Move option parsing code to util.cKan Liang4-88/+94
2015-08-08perf stat: Move perf_counts struct and functions into separate objectJiri Olsa7-81/+92
2015-08-07perf tests: Add LLVM test for eBPF on-the-fly compilingWang Nan2-0/+19
2015-08-07perf tools: Auto detecting kernel include optionsWang Nan1-5/+55
2015-08-07perf tools: Auto detecting kernel build directoryWang Nan1-1/+79
2015-08-07perf tools: Call clang to compile C source to object codeWang Nan2-0/+229
2015-08-07perf tools: Introduce llvm config optionsWang Nan4-0/+86
2015-08-06perf tools: Extend the event parser maximum error indexAdrian Hunter1-1/+1
2015-08-06perf tools: Validate config term maximum valueAdrian Hunter1-1/+29
2015-08-06perf tools: Add perf_pmu__format_bits()Adrian Hunter2-1/+17
2015-08-06perf auxtrace: Fix period type 'i' not workingAdrian Hunter1-1/+5
2015-08-06perf report: Display cycles in branch sort modeAndi Kleen1-1/+1
2015-08-06perf annotate: Compute IPC and basic block cyclesAndi Kleen1-0/+2
2015-08-06perf report: Add processing for cycle histogramsAndi Kleen2-0/+36
2015-08-06perf report: Add infrastructure for a cycles histogramAndi Kleen2-3/+141
2015-08-06perf report: Add flag for non ANY branch modeAndi Kleen2-0/+11
2015-08-06perf tools: Add support for cycles, weight branch_info fieldAndi Kleen6-6/+42
2015-08-06perf stat: Move counter processing code into stat objectJiri Olsa2-0/+142
2015-08-06perf stat: Move 'interval' into struct perf_stat_configJiri Olsa1-0/+1
2015-08-06perf stat: Move 'output' into struct perf_stat_configJiri Olsa1-0/+1
2015-08-06perf stat: Move 'scale' into struct perf_stat_configJiri Olsa1-0/+1
2015-08-06perf stat: Introduce struct perf_stat_configJiri Olsa1-0/+4
2015-08-06perf tools: Add missing forward declaration of struct map to probe-event.hWang Nan1-0/+2
2015-08-06perf tools: Introduce veprintfWang Nan2-0/+6
2015-08-05perf tools: Fix build errors with mipsel-linux-uclibc compilerPetri Gynther1-1/+1
2015-08-05perf tools: Do not include escape sequences in color_vfprintf returnAndi Kleen1-2/+3
2015-08-05perf tools: Remove trail argument to color vsprintfJiri Olsa2-15/+2
2015-08-05perf tools: Refine parse/config callchain functionsKan Liang3-13/+14
2015-08-05perf tools: Per-event time supportKan Liang6-4/+28
2015-07-31Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar8-86/+193
2015-07-31Merge branch 'perf/urgent' into perf/core, to merge fixes before pulling more...Ingo Molnar1-5/+3
2015-07-29perf tools: Force period term to overload global settingsJiri Olsa3-1/+5
2015-07-29perf tools: Add support for event post configurationJiri Olsa3-11/+106
2015-07-29perf session env: Rename exit methodArnaldo Carvalho de Melo1-2/+2
2015-07-29perf symbols: Fix mismatched declarations for elf_getphdrnumArnaldo Carvalho de Melo1-1/+1
2015-07-29perf python: Add missing PERF_RECORD_{MMAP2,AUX,etc}Arnaldo Carvalho de Melo1-0/+6
2015-07-29perf python: Add macro to simplify maintainance of the constants arrayArnaldo Carvalho de Melo1-66/+68
2015-07-29perf python: Remove dependency on 'machine' methodsArnaldo Carvalho de Melo2-5/+5
2015-07-28perf stat: Fix transaction lenght metricsAndi Kleen1-5/+3
2015-07-23perf record: Add option --switch-events to select PERF_RECORD_SWITCH eventsAdrian Hunter3-0/+14
2015-07-23perf tools: Add new PERF_RECORD_SWITCH eventAdrian Hunter7-0/+75