summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
...
* perf callchains: Ask for PERF_RECORD_MMAP for data mmaps for DWARF unwindingArnaldo Carvalho de Melo2018-01-171-3/+13
* perf unwind: Do not look just at the global callchain_param.record_modeArnaldo Carvalho de Melo2018-01-173-6/+15
* perf callchain: Fix attr.sample_max_stack settingArnaldo Carvalho de Melo2018-01-171-4/+4
* perf tools: Add ARM Statistical Profiling Extensions (SPE) supportKim Phillips2018-01-177-0/+773
* perf evsel: Check if callchain is enabled before setting it upArnaldo Carvalho de Melo2018-01-121-3/+11
* perf tools: Fix copyfile_offset update of output offsetJiri Olsa2018-01-121-1/+1
* perf script python: Add script to profile and resolve physical mem typeKan Liang2018-01-121-0/+2
* perf evlist: Remove trailing semicolonLuis de Bethencourt2018-01-121-1/+1
* perf evsel: Fix incorrect handling of type _TERM_DRV_CFGMathieu Poirier2018-01-111-1/+1
* perf tools: Make the tool's warning messages optionalJiri Olsa2018-01-102-2/+5
* perf script: Add support to display lost eventsJiri Olsa2018-01-101-0/+8
* perf script: Add support to display sample misc fieldJiri Olsa2018-01-082-0/+2
* perf tools: Display perf_event_attr::namespaces debug infoJiri Olsa2018-01-081-0/+1
* 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 header: Add infrastructure to record first and last sample timeJin Yao2018-01-083-0/+63
* perf report: Fix a wrong offset issue when using /proc/kcoreJin Yao2018-01-086-15/+22
* perf evsel: Enable ignore_missing_thread for pid optionMengting Zhang2017-12-271-2/+45
* perf evsel: Fix swap for samples with raw dataJiri Olsa2017-12-272-3/+18
* perf probe: Support escaped character in parserMasami Hiramatsu2017-12-271-23/+35
* perf string: Add {strdup,strpbrk}_esc()Masami Hiramatsu2017-12-272-0/+48
* perf probe: Find versioned symbols from mapMasami Hiramatsu2017-12-273-2/+24
* perf probe: Add __return suffix for return eventsMasami Hiramatsu2017-12-271-4/+5
* 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-274-18/+51
* 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-274-8/+9
* perf trace: Use generated syscall table on s390 tooHendrik Brueckner2017-12-271-0/+4
* perf perf: Remove duplicate includesPravin Shedge2017-12-274-8/+0
* perf utils: Move is_directory() to path.hJiri Olsa2017-12-272-0/+17
* perf stat: Resort '--per-thread' resultJin Yao2017-12-271-0/+9
* perf stat: Remove --per-thread pid/tid limitationJin Yao2017-12-271-0/+7
* perf thread_map: Enumerate all threads from /procJin Yao2017-12-273-3/+7
* perf stat: Update or print per-thread statsJin Yao2017-12-271-3/+8
* perf stat: Allocate shadow stats buffer for threadsJin Yao2017-12-271-0/+2
* perf stat: Remove a set of shadow stats static variablesJin Yao2017-12-272-53/+16
* perf stat: Print per-thread shadow statsJin Yao2017-12-272-78/+134
* perf stat: Update per-thread shadow statsJin Yao2017-12-273-32/+64
* 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 tag 'v4.15-rc4' into perf/core, to pick up fixesIngo Molnar2017-12-182-3/+12
|\
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-12-151-2/+11
| |\
| | * x86/decoder: Fix and update the opcodes mapRandy Dunlap2017-12-151-3/+12
| * | tools/perf: Convert ACCESS_ONCE() to READ_ONCE()Mark Rutland2017-12-121-1/+1
* | | Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh to...Ingo Molnar2017-12-061-1/+1
|\| |
| * | tooling/headers: Synchronize updated s390 and x86 UAPI headersIngo Molnar2017-12-061-1/+1
* | | perf tools: Rename 'backward' to 'overwrite' in evlist, mmap and recordWang Nan2017-12-053-27/+27
* | | perf mmap: Don't discard prev in backward modeWang Nan2017-12-051-18/+15