aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2017-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-4/+8
2017-12-28objtool: Fix Clang enum conversion warningLukas Bulwahn1-1/+1
2017-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-4/+8
2017-12-27perf tools: Auto-complete for events with ':'Jin Yao1-0/+5
2017-12-27perf tools: Return all events as auto-completions after commaJin Yao1-3/+7
2017-12-27perf tool: Improve bash command line auto-complete for multiple events with commaJin Yao1-4/+34
2017-12-27perf probe arm64: Fix symbol fixup issues due to ELF typeKim Phillips2-0/+23
2017-12-27perf evsel: Enable ignore_missing_thread for pid optionMengting Zhang2-4/+47
2017-12-27perf s390: Always build with -fPICHendrik Brueckner1-1/+1
2017-12-27Revert "perf s390: Always build with -fPIC"Arnaldo Carvalho de Melo1-1/+0
2017-12-27perf test shell: Fix check open filename arg using 'perf trace'Michael Petlan1-4/+3
2017-12-27perf evsel: Fix swap for samples with raw dataJiri Olsa2-3/+18
2017-12-27perf probe: Support escaped character in parserMasami Hiramatsu2-23/+51
2017-12-27perf string: Add {strdup,strpbrk}_esc()Masami Hiramatsu2-0/+48
2017-12-27perf probe: Find versioned symbols from mapMasami Hiramatsu4-2/+32
2017-12-27perf probe: Add __return suffix for return eventsMasami Hiramatsu2-5/+6
2017-12-27perf probe: Cut off the version suffix from event nameMasami Hiramatsu1-2/+2
2017-12-27perf probe: Add warning message if there is unexpected event nameMasami Hiramatsu1-0/+8
2017-12-27perf env: Adopt perf_env__arch() from the annotate codeArnaldo Carvalho de Melo6-60/+54
2017-12-27perf annotate: Use perf_env when obtaining the arch nameArnaldo Carvalho de Melo3-17/+8
2017-12-27perf annotate: Get the cpuid from evsel->evlist->env in symbol__annotate()Arnaldo Carvalho de Melo7-13/+12
2017-12-27perf trace: Use generated syscall table on s390 tooHendrik Brueckner2-1/+13
2017-12-27perf s390: Generate system call table from asm/unistd.hHendrik Brueckner2-0/+57
2017-12-27tools include s390: Grab a copy of arch/s390/include/uapi/asm/unistd.hHendrik Brueckner2-0/+413
2017-12-27perf perf: Remove duplicate includesPravin Shedge9-15/+0
2017-12-27perf test: Handle properly readdir DT_UNKNOWNJiri Olsa1-5/+5
2017-12-27perf utils: Move is_directory() to path.hJiri Olsa3-13/+18
2017-12-27perf stat: Resort '--per-thread' resultJin Yao2-11/+75
2017-12-27perf stat: Remove --per-thread pid/tid limitationJin Yao2-8/+22
2017-12-27perf thread_map: Enumerate all threads from /procJin Yao4-4/+8
2017-12-27perf stat: Update or print per-thread statsJin Yao2-5/+15
2017-12-27perf stat: Allocate shadow stats buffer for threadsJin Yao2-1/+47
2017-12-27perf stat: Remove a set of shadow stats static variablesJin Yao2-53/+16
2017-12-27perf stat: Print per-thread shadow statsJin Yao4-87/+151
2017-12-27perf stat: Update per-thread shadow statsJin Yao5-34/+68
2017-12-27perf stat: Create the runtime_stat init/exit functionJin Yao2-0/+20
2017-12-27perf stat: Extend rbtree to support per-thread shadow statsJin Yao1-0/+27
2017-12-27perf stat: Define a structure for per-thread shadow statsJin Yao2-12/+42
2017-12-23x86/ldt: Make the LDT mapping ROThomas Gleixner1-2/+1
2017-12-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+3
2017-12-23tools: bpftool: protect against races with disappearing objectsJakub Kicinski2-0/+4
2017-12-23tools: bpftool: maps: close json array on error paths of showJakub Kicinski1-3/+3
2017-12-22x86/ldt: Prevent LDT inheritance on execThomas Gleixner1-6/+3
2017-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-49/+593
2017-12-22selftests/bpf: fix Makefile for passing LLC to the command lineQuentin Monnet1-1/+1
2017-12-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-32/+46
2017-12-21tools/kvm_stat: sort '-f help' outputStefan Raspl1-10/+6
2017-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller4-49/+568
2017-12-21bpf: do not allow root to mangle valid pointersAlexei Starovoitov1-27/+29