summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2017-08-20 09:20:57 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2017-08-20 09:20:57 -0700
commite46db8d2ef58f9b515f83be4608cef90ff9ae2c6 (patch)
treea06fb90781963e956c964da12e7cc3aabd33af72 /tools/perf/scripts/python/bin
parent9dae41a238a952eb65c8aa8a59d8aa39058a7bcf (diff)
parent9b231d9f47c6114d317ce28cff92a74ad80547f5 (diff)
downloadkernel-e46db8d2ef58f9b515f83be4608cef90ff9ae2c6.tar.gz
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf fixes from Thomas Gleixner: "Two fixes for the perf subsystem: - Fix an inconsistency of RDPMC mm struct tagging across exec() which causes RDPMC to fault. - Correct the timestamp mechanics across IOC_DISABLE/ENABLE which causes incorrect timestamps and total time calculations" * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: perf/core: Fix time on IOC_ENABLE perf/x86: Fix RDPMC vs. mm_struct tracking
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
dding configurable start/stop filteringMathieu Poirier 2016-08-31coresight: etm4x: adding configurable address range filteringMathieu Poirier 2016-08-31coresight: etm4x: configuring include/exclude functionMathieu Poirier 2016-08-31coresight: etm4x: adding range filter configuration functionMathieu Poirier 2016-08-31coresight: etm4x: cleaning up default filter configurationMathieu Poirier 2016-08-31coresight: etm4x: split default and filter configurationMathieu Poirier 2016-08-31coresight: etm-perf: pass struct perf_event to source::enable/disable()Mathieu Poirier 2016-08-31coresight: etm4x: request to retain power to the trace unit when activeSudeep Holla 2016-08-31coresight: etm4x: remove duplicated include from coresight-etm4x.cWei Yongjun 2016-08-31coresight: Use local coresight_desc instancesSuzuki K Poulose 2016-08-31coresight: Add better messages for coresight_timeoutSuzuki K Poulose 2016-08-31coresight: etmv4: Fix ETMv4x peripheral ID tableSuzuki K Poulose 2016-08-31coresight: always use stashed trace id value in etm4_trace_idSudeep Holla 2016-07-15hwtracing/coresight-etm4x: Convert to hotplug state machineSebastian Andrzej Siewior 2016-05-03coresight: etm4x: add tracer ID for A72 Maia processor.Li Pengcheng 2016-05-01coresight: etm4x: implementing the perf PMU APIMathieu Poirier 2016-05-01coresight: etm4x: implementing user/kernel mode tracingMathieu Poirier 2016-05-01coresight: etm4x: moving etm_drvdata::enable to atomic fieldMathieu Poirier 2016-05-01coresight: etm4x: unlocking tracers in default arch initMathieu Poirier 2016-05-01coresight: etm4x: splitting etmv4 default configurationMathieu Poirier 2016-05-01coresight: etm4x: splitting struct etmv4_drvdataMathieu Poirier 2016-05-01coresight: etm4x: moving sysFS entries to a dedicated fileMathieu Poirier