summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf symbols: Filter out hidden symbols from labelsJiri Olsa2019-02-041-1/+8
* perf symbols: Add fallback definitions for GELF_ST_VISIBILITY()Arnaldo Carvalho de Melo2019-02-041-0/+14
* perf clang: Do not use 'return std::move(something)'Arnaldo Carvalho de Melo2019-02-041-1/+1
* perf mem/c2c: Fix perf_mem_events to support powerpcRavi Bangoria2019-02-041-1/+1
* perf tools: Handle TOPOLOGY headers with no CPUStephane Eranian2019-01-211-2/+9
* perf python: Remove -fstack-clash-protection when building with some clang ve...Arnaldo Carvalho de Melo2019-01-181-0/+2
* perf ordered_events: Fix crash in ordered_events__freeJiri Olsa2019-01-171-2/+4
* perf symbols: Add 'arch_cpu_idle' to the list of kernel idle symbolsArnaldo Carvalho de Melo2019-01-091-0/+1
* perf tools: Make find_vdso_map() more modularFlorian Fainelli2019-01-082-7/+6
* Merge tag 'perf-core-for-mingo-4.21-20190104' of git://git.kernel.org/pub/scm...Ingo Molnar2019-01-085-18/+26
|\
| * perf strbuf: Remove redundant va_end() in strbuf_addv()Mattias Jacobsson2019-01-041-1/+0
| * perf annotate: Pass filename to objdump via execlIvan Krylov2019-01-041-4/+4
| * perf report: Fix wrong iteration count in --branch-historyJin Yao2019-01-043-13/+22
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-01-069-73/+200
|\|
| * perf session: Add comment for perf_session__register_idle_thread()Adrian Hunter2019-01-021-0/+7
| * perf thread-stack: Fix thread stack processing for the idle taskAdrian Hunter2019-01-024-23/+67
| * perf thread-stack: Allocate an array of thread stacksAdrian Hunter2019-01-021-12/+17
| * perf thread-stack: Factor out thread_stack__init()Adrian Hunter2019-01-021-7/+19
| * perf thread-stack: Allow for a thread stack arrayAdrian Hunter2019-01-021-6/+34
| * perf thread-stack: Avoid direct reference to the thread's stackAdrian Hunter2019-01-021-32/+49
| * perf thread-stack: Tidy thread_stack__bottom() usageAdrian Hunter2019-01-021-4/+3
| * perf thread-stack: Simplify some code in thread_stack__process()Adrian Hunter2019-01-021-11/+7
| * perf script: Fix LBR skid dump problems in brstackinsnAndi Kleen2018-12-283-0/+18
| * perf python: Do not force closing original perf descriptor in evlist.get_poll...Jiri Olsa2018-12-281-1/+2
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-1/+1
|/
* perf symbols: Relax checks on perf-PID.map ownershipArnaldo Carvalho de Melo2018-12-181-11/+0
* perf cs-etm: Generate branch sample for exception packetLeo Yan2018-12-183-8/+50
* perf cs-etm: Treat EO_TRACE element as trace discontinuityLeo Yan2018-12-181-1/+1
* perf cs-etm: Treat NO_SYNC element as trace discontinuityLeo Yan2018-12-181-1/+0
* perf cs-etm: Rename CS_ETM_TRACE_ON to CS_ETM_DISCONTINUITYLeo Yan2018-12-183-12/+12
* perf cs-etm: Refactor enumeration cs_etm_sample_typeLeo Yan2018-12-181-3/+3
* perf cs-etm: Remove unused 'trace_on' in cs_etm_decoderLeo Yan2018-12-181-3/+0
* perf cs-etm: Avoid stale branch samples when flush packetLeo Yan2018-12-181-1/+34
* perf cs-etm: Correct packets swapping in cs_etm__flush()Leo Yan2018-12-181-1/+1
* perf tools: Cast off_t to s64 to avoid warning on bionic libcArnaldo Carvalho de Melo2018-12-181-1/+1
* perf header: Fix up argument to ctime()Arnaldo Carvalho de Melo2018-12-181-1/+3
* perf tools: Add missing sigqueue() prototype for systems lacking itArnaldo Carvalho de Melo2018-12-181-0/+4
* perf auxtrace: Alter addr_filter__entire_dso() to work if there are no symbolsAdrian Hunter2018-12-181-7/+4
* perf dso: Export data_file_size() method there are no symbolsAdrian Hunter2018-12-182-3/+4
* perf ordered_events: Add first_time() methodJiri Olsa2018-12-172-0/+12
* perf ordered_events: Add ordered_events__flush_time interfaceJiri Olsa2018-12-172-4/+21
* perf annotate: Introduce basic support for ARCEugeniy Paltsev2018-12-171-0/+5
* perf config: Modify size factor of snprintfSihyeon Jang2018-12-171-2/+2
* perf record: Fix memory leak on AIO objects deallocationAlexey Budankov2018-12-171-0/+6
* perf parse-events: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2018-12-171-1/+1
* perf probe: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2018-12-171-1/+1
* perf svghelper: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2018-12-171-1/+1
* perf header: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2018-12-171-1/+1
* perf header: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2018-12-171-1/+1
* perf dso: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2018-12-171-1/+1