summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2009-09-04 14:24:40 -0400
committerSteven Rostedt <rostedt@goodmis.org>2009-09-04 19:42:22 -0400
commit85bac32c4a52c592b857f2c360cc5ec93a097d70 (patch)
tree510e516dd5fa388cb9582a2f6b055f3725fbf2c1 /tools/perf/scripts/python/export-to-postgresql.py
parent62f0b3eb5cb58931a02ee4e599e19c80a171e351 (diff)
downloadkernel-85bac32c4a52c592b857f2c360cc5ec93a097d70.tar.gz
ring-buffer: only enable ring_buffer_swap_cpu when needed
Since the ability to swap the cpu buffers adds a small overhead to the recording of a trace, we only want to add it when needed. Only the irqsoff and preemptoff tracers use this feature, and both are not recommended for production kernels. This patch disables its use when neither irqsoff nor preemptoff is configured. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions
ova, Elena 2017-03-03rds: remove unnecessary returned value checkZhu Yanjun 2017-03-01rds: ib: add the static type to the variablesZhu Yanjun 2017-02-24RDS: IB: fix ifnullfree.cocci warningsWu Fengguang 2017-01-02RDS: IB: Add vector spreading for cqsSantosh Shilimkar 2016-09-23IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig 2016-07-01RDS: TCP: Hooks to set up a single connection pathSowmini Varadhan 2016-07-01RDS: TCP: make receive path use the rds_conn_pathSowmini Varadhan 2016-07-01RDS: Rework path specific indirectionsSowmini Varadhan 2016-06-14RDS: split out connection specific state from rds_connection to rds_conn_pathSowmini Varadhan