diff options
author | Steven Rostedt (VMware) <[email protected]> | 2018-11-09 15:22:07 -0500 |
---|---|---|
committer | Borislav Petkov <[email protected]> | 2018-11-09 21:39:14 +0100 |
commit | 15035388439f892017d38b05214d3cda6578af64 (patch) | |
tree | ff9500df39c6cd0e13a89450e4ac1f801c832857 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | a48777fdda7d13179979a889e1fb87655a783cc0 (diff) |
x86/cpu/vmware: Do not trace vmware_sched_clock()
When running function tracing on a Linux guest running on VMware
Workstation, the guest would crash. This is due to tracing of the
sched_clock internal call of the VMware vmware_sched_clock(), which
causes an infinite recursion within the tracing code (clock calls must
not be traced).
Make vmware_sched_clock() not traced by ftrace.
Fixes: 80e9a4f21fd7c ("x86/vmware: Add paravirt sched clock")
Reported-by: GwanYeong Kim <[email protected]>
Signed-off-by: Steven Rostedt (VMware) <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
CC: Alok Kataria <[email protected]>
CC: GwanYeong Kim <[email protected]>
CC: "H. Peter Anvin" <[email protected]>
CC: Ingo Molnar <[email protected]>
Cc: [email protected]
CC: Thomas Gleixner <[email protected]>
CC: [email protected]
CC: x86-ml <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions