summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2018-01-08perf report: Fix a wrong offset issue when using /proc/kcoreJin Yao6-15/+22
2018-01-08perf tools: Fix compile error with libunwind x86Wang Nan1-1/+1
2018-01-08perf test bpf: Hook on epoll_pwait()Arnaldo Carvalho de Melo2-6/+6
2018-01-08perf test bpf: Use designated struct field initializersArnaldo Carvalho de Melo1-32/+27
2018-01-08perf test bpf: Improve message about expected samplesArnaldo Carvalho de Melo1-1/+1
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 c...Jin 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 Brueckner1-0/+1
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-18Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar5-37/+136
2017-12-18tools arch s390: Do not include header files from the kernel sourcesArnaldo Carvalho de Melo2-1/+2
2017-12-18perf jvmti: Generate correct debug information for inlined codeBen Gainey3-36/+134
2017-12-18perf tools: Fix up build in hardened environmentsJiri Olsa1-4/+3
2017-12-18perf tools: Use shell function for perl cflags retrievalJiri Olsa1-1/+1
2017-12-18Merge tag 'v4.15-rc4' into perf/core, to pick up fixesIngo Molnar2-3/+12
2017-12-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+11
2017-12-15x86/decoder: Fix and update the opcodes mapRandy Dunlap1-3/+12
2017-12-12Merge tag 'v4.15-rc3' into perf/core, to refresh the treeIngo Molnar3-3/+31
2017-12-12tools/perf: Convert ACCESS_ONCE() to READ_ONCE()Mark Rutland1-1/+1