summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
* perf report: Support time percent and multiple time rangesJin Yao2018-01-082-5/+46
* perf tools: Create function to perform multiple time range checkingJin Yao2018-01-082-0/+31
* perf tools: Create function to parse time percentJin Yao2018-01-082-12/+196
* perf record: Record the first and last sample time in the headerJin Yao2018-01-082-3/+18
* perf header: Add infrastructure to record first and last sample timeJin Yao2018-01-084-0/+67
* perf report: Fix a no annotate browser displayed issueJin Yao2018-01-081-1/+17
* perf report: Fix a wrong offset issue when using /proc/kcoreJin Yao2018-01-086-15/+22
* perf tools: Fix compile error with libunwind x86Wang Nan2018-01-081-1/+1
* perf test bpf: Hook on epoll_pwait()Arnaldo Carvalho de Melo2018-01-082-6/+6
* perf test bpf: Use designated struct field initializersArnaldo Carvalho de Melo2018-01-081-32/+27
* perf test bpf: Improve message about expected samplesArnaldo Carvalho de Melo2018-01-081-1/+1
* perf tools: Auto-complete for events with ':'Jin Yao2017-12-271-0/+5
* perf tools: Return all events as auto-completions after commaJin Yao2017-12-271-3/+7
* perf tool: Improve bash command line auto-complete for multiple events with c...Jin Yao2017-12-271-4/+34
* perf probe arm64: Fix symbol fixup issues due to ELF typeKim Phillips2017-12-272-0/+23
* perf evsel: Enable ignore_missing_thread for pid optionMengting Zhang2017-12-272-4/+47
* perf s390: Always build with -fPICHendrik Brueckner2017-12-271-1/+1
* Revert "perf s390: Always build with -fPIC"Arnaldo Carvalho de Melo2017-12-271-1/+0
* perf test shell: Fix check open filename arg using 'perf trace'Michael Petlan2017-12-271-4/+3
* perf evsel: Fix swap for samples with raw dataJiri Olsa2017-12-272-3/+18
* perf probe: Support escaped character in parserMasami Hiramatsu2017-12-272-23/+51
* perf string: Add {strdup,strpbrk}_esc()Masami Hiramatsu2017-12-272-0/+48
* perf probe: Find versioned symbols from mapMasami Hiramatsu2017-12-274-2/+32
* perf probe: Add __return suffix for return eventsMasami Hiramatsu2017-12-272-5/+6
* perf probe: Cut off the version suffix from event nameMasami Hiramatsu2017-12-271-2/+2
* perf probe: Add warning message if there is unexpected event nameMasami Hiramatsu2017-12-271-0/+8
* perf env: Adopt perf_env__arch() from the annotate codeArnaldo Carvalho de Melo2017-12-276-60/+54
* perf annotate: Use perf_env when obtaining the arch nameArnaldo Carvalho de Melo2017-12-273-17/+8
* perf annotate: Get the cpuid from evsel->evlist->env in symbol__annotate()Arnaldo Carvalho de Melo2017-12-277-13/+12
* perf trace: Use generated syscall table on s390 tooHendrik Brueckner2017-12-272-1/+13
* perf s390: Generate system call table from asm/unistd.hHendrik Brueckner2017-12-272-0/+57
* tools include s390: Grab a copy of arch/s390/include/uapi/asm/unistd.hHendrik Brueckner2017-12-271-0/+1
* perf perf: Remove duplicate includesPravin Shedge2017-12-279-15/+0
* perf test: Handle properly readdir DT_UNKNOWNJiri Olsa2017-12-271-5/+5
* perf utils: Move is_directory() to path.hJiri Olsa2017-12-273-13/+18
* perf stat: Resort '--per-thread' resultJin Yao2017-12-272-11/+75
* perf stat: Remove --per-thread pid/tid limitationJin Yao2017-12-272-8/+22
* perf thread_map: Enumerate all threads from /procJin Yao2017-12-274-4/+8
* perf stat: Update or print per-thread statsJin Yao2017-12-272-5/+15
* perf stat: Allocate shadow stats buffer for threadsJin Yao2017-12-272-1/+47
* perf stat: Remove a set of shadow stats static variablesJin Yao2017-12-272-53/+16
* perf stat: Print per-thread shadow statsJin Yao2017-12-274-87/+151
* perf stat: Update per-thread shadow statsJin Yao2017-12-275-34/+68
* perf stat: Create the runtime_stat init/exit functionJin Yao2017-12-272-0/+20
* perf stat: Extend rbtree to support per-thread shadow statsJin Yao2017-12-271-0/+27
* perf stat: Define a structure for per-thread shadow statsJin Yao2017-12-272-12/+42
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-12-185-37/+136
|\
| * tools arch s390: Do not include header files from the kernel sourcesArnaldo Carvalho de Melo2017-12-182-1/+2
| * perf jvmti: Generate correct debug information for inlined codeBen Gainey2017-12-183-36/+134
| * perf tools: Fix up build in hardened environmentsJiri Olsa2017-12-181-4/+3
OpenPOWER on IntegriCloud