summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
| * | perf tools: Take Intel PT into useAdrian Hunter2015-08-176-3/+649
| * | perf tools: Add Intel PT supportAdrian Hunter2015-08-175-0/+2717
| * | perf tools: Add Intel PT decoderAdrian Hunter2015-08-173-1/+1921
| * | perf tools: Add Intel PT logAdrian Hunter2015-08-173-1/+208
| * | perf tools: Add Intel PT instruction decoderAdrian Hunter2015-08-1711-3/+2801
| * | perf tools: Add Intel PT packet decoderAdrian Hunter2015-08-174-0/+466
| * | perf auxtrace: Add Intel PT as an AUX area tracing typeAdrian Hunter2015-08-172-0/+2
| * | perf tools: Add a helper function to probe whether cpu-wide tracing is possibleAdrian Hunter2015-08-172-0/+25
| * | perf symbols: Fix annotation of vdsoAdrian Hunter2015-08-171-0/+11
| * | perf annotate: Fix 32-bit compilation error in util/annotate.cAdrian Hunter2015-08-171-2/+2
| * | perf script: Initialize callchain_param.record_modeJiri Olsa2015-08-171-0/+17
| * | perf trace: Move vfs_getname storage to per thread areaArnaldo Carvalho de Melo2015-08-141-11/+27
| * | perf probe: Fix to add missed brace around if blockMasami Hiramatsu2015-08-131-1/+2
| * | perf tools: Support static linking with libdwAndi Kleen2015-08-131-1/+5
* | | Merge branch 'perf/urgent' into perf/core, to pick up fixes before adding mor...Ingo Molnar2015-08-204-4/+37
|\ \ \ | |/ / |/| / | |/
| * perf top: Show backtrace when handling a SIGSEGV on --stdio modeArnaldo Carvalho de Melo2015-08-191-2/+2
| * perf tools: Fix buildid processingAdrian Hunter2015-08-191-0/+11
| * perf tools: Make fork event processing more resilientAdrian Hunter2015-08-191-2/+18
| * perf tools: Avoid deadlock when map_groups are brokenAdrian Hunter2015-08-191-0/+6
* | perf tests: Add tests to callgraph and time parseKan Liang2015-08-121-0/+38
* | perf report: Show call graph from reference eventsKan Liang2015-08-125-4/+33
* | perf callchain: Allow disabling call graphs per eventKan Liang2015-08-126-10/+28
* | perf callchain: Per-event type selection supportKan Liang2015-08-127-3/+86
* | perf probe: Fix to show lines of sys_ functions correctlyMasami Hiramatsu2015-08-121-5/+13
* | perf hists browser: Make ESC unzoom as wellArnaldo Carvalho de Melo2015-08-121-11/+8
* | perf ui browser: Introduce ui_browser__printf()Arnaldo Carvalho de Melo2015-08-126-22/+35
* | perf ui browser: Introduce ui_browser__write_nstring()Arnaldo Carvalho de Melo2015-08-128-22/+30
* | perf trace: Beautify keyctl's option argArnaldo Carvalho de Melo2015-08-121-0/+10
* | perf trace: Use the FD beautifier for socket syscall fdsArnaldo Carvalho de Melo2015-08-121-6/+12
* | perf sort: Check for SRCLINE_UNKNOWN case in "srcfile" processingAndi Kleen2015-08-121-0/+2
* | perf trace: Add missing clockid entriesArnaldo Carvalho de Melo2015-08-121-1/+2
* | perf trace: Associate some more syscall args with the getname beautifierArnaldo Carvalho de Melo2015-08-121-5/+18
* | perf evlist: Be more specific on -F/--freqNamhyung Kim2015-08-101-2/+7
* | perf record: Support per-event freq termNamhyung Kim2015-08-107-1/+16
* | perf report: Add support for srcfile sort keyAndi Kleen2015-08-105-0/+62
* | perf hists: Update the column width for the "srcline" sort keyArnaldo Carvalho de Melo2015-08-101-0/+3
* | perf hists: hist_entry__cmp() may use he_tmp.hists, initialize itArnaldo Carvalho de Melo2015-08-101-0/+1
* | perf tools: Unset perf_event_attr::freq when period term is setJiri Olsa2015-08-101-0/+1
* | perf tools: Support full source file paths for srclineAndi Kleen2015-08-106-1/+15
* | perf callchain: Move option parsing code to util.cKan Liang2015-08-084-88/+94
* | perf stat: Move perf_counts struct and functions into separate objectJiri Olsa2015-08-088-81/+93
* | perf tests: Add LLVM test for eBPF on-the-fly compilingWang Nan2015-08-077-0/+124
* | perf tools: Auto detecting kernel include optionsWang Nan2015-08-071-5/+55
* | perf tools: Auto detecting kernel build directoryWang Nan2015-08-071-1/+79
* | perf tools: Call clang to compile C source to object codeWang Nan2015-08-072-0/+229
* | perf tools: Introduce llvm config optionsWang Nan2015-08-074-0/+86
* | perf tools: Extend the event parser maximum error indexAdrian Hunter2015-08-061-1/+1
* | perf tools: Validate config term maximum valueAdrian Hunter2015-08-061-1/+29
* | perf tools: Add perf_pmu__format_bits()Adrian Hunter2015-08-062-1/+17
* | perf tools: Fix perf-with-kcore handling of arguments containing spacesAdrian Hunter2015-08-061-14/+14
OpenPOWER on IntegriCloud