summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2015-08-17perf auxtrace: Add Intel PT as an AUX area tracing typeAdrian Hunter2-0/+2
2015-08-17perf tools: Add a helper function to probe whether cpu-wide tracing is possibleAdrian Hunter2-0/+25
2015-08-17perf symbols: Fix annotation of vdsoAdrian Hunter1-0/+11
2015-08-17perf annotate: Fix 32-bit compilation error in util/annotate.cAdrian Hunter1-2/+2
2015-08-17perf script: Initialize callchain_param.record_modeJiri Olsa1-0/+17
2015-08-17selftests/powerpc: Install tempfile so the subpage_prot_file test worksMichael Ellerman1-1/+2
2015-08-17perf tools: xtensa: add DWARF register namesMax Filippov4-0/+30
2015-08-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-6/+4
2015-08-14perf trace: Move vfs_getname storage to per thread areaArnaldo Carvalho de Melo1-11/+27
2015-08-13perf probe: Fix to add missed brace around if blockMasami Hiramatsu1-1/+2
2015-08-13perf tools: Support static linking with libdwAndi Kleen2-2/+11
2015-08-12Merge tag 'iio-for-4.3b-2' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman5-104/+117
2015-08-12iio: lsiio: fix error code handling errorLinus Walleij1-2/+2
2015-08-12perf tests: Add tests to callgraph and time parseKan Liang1-0/+38
2015-08-12perf report: Show call graph from reference eventsKan Liang5-4/+33
2015-08-12perf callchain: Allow disabling call graphs per eventKan Liang6-10/+28
2015-08-12perf callchain: Per-event type selection supportKan Liang7-3/+86
2015-08-12perf probe: Fix to show lines of sys_ functions correctlyMasami Hiramatsu1-5/+13
2015-08-12perf hists browser: Make ESC unzoom as wellArnaldo Carvalho de Melo1-11/+8
2015-08-12perf ui browser: Introduce ui_browser__printf()Arnaldo Carvalho de Melo6-22/+35
2015-08-12perf ui browser: Introduce ui_browser__write_nstring()Arnaldo Carvalho de Melo8-22/+30
2015-08-12perf trace: Beautify keyctl's option argArnaldo Carvalho de Melo1-0/+10
2015-08-12perf trace: Use the FD beautifier for socket syscall fdsArnaldo Carvalho de Melo1-6/+12
2015-08-12perf sort: Check for SRCLINE_UNKNOWN case in "srcfile" processingAndi Kleen1-0/+2
2015-08-12perf trace: Add missing clockid entriesArnaldo Carvalho de Melo1-1/+2
2015-08-12perf trace: Associate some more syscall args with the getname beautifierArnaldo Carvalho de Melo1-5/+18
2015-08-12Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar13-14/+2
2015-08-10perf evlist: Be more specific on -F/--freqNamhyung Kim1-2/+7
2015-08-10perf record: Support per-event freq termNamhyung Kim7-1/+16
2015-08-10perf report: Add support for srcfile sort keyAndi Kleen5-0/+62
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-10Merge 4.2-rc6 into staging-nextGreg Kroah-Hartman1-1/+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 Kleen6-1/+15
2015-08-10Merge 4.2-rc6 into char-misc-nextGreg Kroah-Hartman1-1/+1
2015-08-08tools: iio: remove unnecessary double pointerJoo Aun Saw2-7/+7
2015-08-08tools: iio: Set caller's ci_array pointer to NULL after freeJoo Aun Saw1-0/+2
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 Olsa8-81/+93
2015-08-07perf tests: Add LLVM test for eBPF on-the-fly compilingWang Nan7-0/+124
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-07bpf tools: Link all bpf objects onto a listWang Nan2-0/+39
2015-08-07bpf tools: Introduce accessors for struct bpf_programWang Nan2-0/+96
2015-08-07bpf tools: Load eBPF programs in object files into kernelWang Nan1-0/+90
2015-08-07bpf tools: Introduce bpf_load_program() to bpf.cWang Nan2-0/+41
2015-08-07bpf tools: Relocate eBPF programsWang Nan1-0/+52