summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2015-08-17perf tools: Add Intel PT packet decoderAdrian Hunter
2015-08-17perf auxtrace: Add Intel PT as an AUX area tracing typeAdrian Hunter
2015-08-17perf tools: Add a helper function to probe whether cpu-wide tracing is possibleAdrian Hunter
2015-08-17perf symbols: Fix annotation of vdsoAdrian Hunter
2015-08-17perf annotate: Fix 32-bit compilation error in util/annotate.cAdrian Hunter
2015-08-13perf probe: Fix to add missed brace around if blockMasami Hiramatsu
2015-08-12perf report: Show call graph from reference eventsKan Liang
2015-08-12perf callchain: Allow disabling call graphs per eventKan Liang
2015-08-12perf callchain: Per-event type selection supportKan Liang
2015-08-12perf probe: Fix to show lines of sys_ functions correctlyMasami Hiramatsu
2015-08-12perf sort: Check for SRCLINE_UNKNOWN case in "srcfile" processingAndi Kleen
2015-08-10perf evlist: Be more specific on -F/--freqNamhyung Kim
2015-08-10perf record: Support per-event freq termNamhyung Kim
2015-08-10perf report: Add support for srcfile sort keyAndi Kleen
2015-08-10perf hists: Update the column width for the "srcline" sort keyArnaldo Carvalho de Melo
2015-08-10perf hists: hist_entry__cmp() may use he_tmp.hists, initialize itArnaldo Carvalho de Melo
2015-08-10perf tools: Unset perf_event_attr::freq when period term is setJiri Olsa
2015-08-10perf tools: Support full source file paths for srclineAndi Kleen
2015-08-08perf callchain: Move option parsing code to util.cKan Liang
2015-08-08perf stat: Move perf_counts struct and functions into separate objectJiri Olsa
2015-08-07perf tests: Add LLVM test for eBPF on-the-fly compilingWang Nan
2015-08-07perf tools: Auto detecting kernel include optionsWang Nan
2015-08-07perf tools: Auto detecting kernel build directoryWang Nan
2015-08-07perf tools: Call clang to compile C source to object codeWang Nan
2015-08-07perf tools: Introduce llvm config optionsWang Nan
2015-08-06perf tools: Extend the event parser maximum error indexAdrian Hunter
2015-08-06perf tools: Validate config term maximum valueAdrian Hunter
2015-08-06perf tools: Add perf_pmu__format_bits()Adrian Hunter
2015-08-06perf auxtrace: Fix period type 'i' not workingAdrian Hunter
2015-08-06perf report: Display cycles in branch sort modeAndi Kleen
2015-08-06perf annotate: Compute IPC and basic block cyclesAndi Kleen
2015-08-06perf report: Add processing for cycle histogramsAndi Kleen
2015-08-06perf report: Add infrastructure for a cycles histogramAndi Kleen
2015-08-06perf report: Add flag for non ANY branch modeAndi Kleen
2015-08-06perf tools: Add support for cycles, weight branch_info fieldAndi Kleen
2015-08-06perf stat: Move counter processing code into stat objectJiri Olsa
2015-08-06perf stat: Move 'interval' into struct perf_stat_configJiri Olsa
2015-08-06perf stat: Move 'output' into struct perf_stat_configJiri Olsa
2015-08-06perf stat: Move 'scale' into struct perf_stat_configJiri Olsa
2015-08-06perf stat: Introduce struct perf_stat_configJiri Olsa
2015-08-06perf tools: Add missing forward declaration of struct map to probe-event.hWang Nan
2015-08-06perf tools: Introduce veprintfWang Nan
2015-08-05perf tools: Fix build errors with mipsel-linux-uclibc compilerPetri Gynther
2015-08-05perf tools: Do not include escape sequences in color_vfprintf returnAndi Kleen
2015-08-05perf tools: Remove trail argument to color vsprintfJiri Olsa
2015-08-05perf tools: Refine parse/config callchain functionsKan Liang
2015-08-05perf tools: Per-event time supportKan Liang
2015-07-31Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2015-07-31Merge branch 'perf/urgent' into perf/core, to merge fixes before pulling more...Ingo Molnar
2015-07-29perf tools: Force period term to overload global settingsJiri Olsa