summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2019-01-09perf symbols: Add 'arch_cpu_idle' to the list of kernel idle symbolsArnaldo Carvalho de Melo
2019-01-08perf tools: Make find_vdso_map() more modularFlorian Fainelli
2019-01-08Merge tag 'perf-core-for-mingo-4.21-20190104' of git://git.kernel.org/pub/scm...Ingo Molnar
2019-01-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-01-04perf strbuf: Remove redundant va_end() in strbuf_addv()Mattias Jacobsson
2019-01-04perf annotate: Pass filename to objdump via execlIvan Krylov
2019-01-04perf report: Fix wrong iteration count in --branch-historyJin Yao
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2019-01-02perf session: Add comment for perf_session__register_idle_thread()Adrian Hunter
2019-01-02perf thread-stack: Fix thread stack processing for the idle taskAdrian Hunter
2019-01-02perf thread-stack: Allocate an array of thread stacksAdrian Hunter
2019-01-02perf thread-stack: Factor out thread_stack__init()Adrian Hunter
2019-01-02perf thread-stack: Allow for a thread stack arrayAdrian Hunter
2019-01-02perf thread-stack: Avoid direct reference to the thread's stackAdrian Hunter
2019-01-02perf thread-stack: Tidy thread_stack__bottom() usageAdrian Hunter
2019-01-02perf thread-stack: Simplify some code in thread_stack__process()Adrian Hunter
2018-12-28perf script: Fix LBR skid dump problems in brstackinsnAndi Kleen
2018-12-28perf python: Do not force closing original perf descriptor in evlist.get_poll...Jiri Olsa
2018-12-18perf symbols: Relax checks on perf-PID.map ownershipArnaldo Carvalho de Melo
2018-12-18perf cs-etm: Generate branch sample for exception packetLeo Yan
2018-12-18perf cs-etm: Treat EO_TRACE element as trace discontinuityLeo Yan
2018-12-18perf cs-etm: Treat NO_SYNC element as trace discontinuityLeo Yan
2018-12-18perf cs-etm: Rename CS_ETM_TRACE_ON to CS_ETM_DISCONTINUITYLeo Yan
2018-12-18perf cs-etm: Refactor enumeration cs_etm_sample_typeLeo Yan
2018-12-18perf cs-etm: Remove unused 'trace_on' in cs_etm_decoderLeo Yan
2018-12-18perf cs-etm: Avoid stale branch samples when flush packetLeo Yan
2018-12-18perf cs-etm: Correct packets swapping in cs_etm__flush()Leo Yan
2018-12-18perf tools: Cast off_t to s64 to avoid warning on bionic libcArnaldo Carvalho de Melo
2018-12-18perf header: Fix up argument to ctime()Arnaldo Carvalho de Melo
2018-12-18perf tools: Add missing sigqueue() prototype for systems lacking itArnaldo Carvalho de Melo
2018-12-18perf auxtrace: Alter addr_filter__entire_dso() to work if there are no symbolsAdrian Hunter
2018-12-18perf dso: Export data_file_size() method there are no symbolsAdrian Hunter
2018-12-17perf ordered_events: Add first_time() methodJiri Olsa
2018-12-17perf ordered_events: Add ordered_events__flush_time interfaceJiri Olsa
2018-12-17perf annotate: Introduce basic support for ARCEugeniy Paltsev
2018-12-17perf config: Modify size factor of snprintfSihyeon Jang
2018-12-17perf record: Fix memory leak on AIO objects deallocationAlexey Budankov
2018-12-17perf parse-events: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo
2018-12-17perf probe: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo
2018-12-17perf svghelper: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo
2018-12-17perf header: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo
2018-12-17perf header: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo
2018-12-17perf dso: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo
2018-12-17perf cs-etm: Add support for PTMv1.1 decodingMathieu Poirier
2018-12-17perf cs-etm: Add support for ETMv3 trace decodingMathieu Poirier
2018-12-17perf cs-etm: Add configuration for ETMv3 trace protocolMathieu Poirier
2018-12-17perf top: Move perf_top__reset_sample_counters() to after counts displayJiri Olsa
2018-12-17perf top: Save and display the drop count statsJiri Olsa
2018-12-17perf top: Use cond variable instead of a lockJiri Olsa
2018-12-17perf top: Add processing threadJiri Olsa