Skip to content

Commit

Permalink
remove non used event by interval
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Applencourt committed Jul 9, 2024
1 parent f86fd30 commit b23bcf5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions xprof/xprof.rb.in
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,6 @@ def enable_events_ze(channel_name, tracing_mode: 'default', profiling: true)
# https://lttng.org/man/1/lttng-enable-event/v2.8/#doc-_understanding_event_rule_conditions
# Disable-event doesn't have wildcards
# So we enable and disable on the same line
exec("#{lttng_enable} lttng_ust_ze_build:log*")
exec("#{lttng_enable} lttng_ust_ze_profiling:*") if profiling
exec("#{lttng_enable} lttng_ust_zex:*")
exec("#{lttng_enable} lttng_ust_ze_properties:*")
Expand All @@ -475,9 +474,6 @@ def enable_events_cl(channel_name, tracing_mode: 'default', profiling: true)
exec("#{lttng_enable} lttng_ust_opencl_build:infos*")
when 'default'
exec("#{lttng_enable} lttng_ust_opencl_profiling:*") if profiling
exec("#{lttng_enable} lttng_ust_opencl_devices:*")
exec("#{lttng_enable} lttng_ust_opencl_arguments:*")
exec("#{lttng_enable} lttng_ust_opencl_build:infos*")
# Wildcard using the * character are supported at the end of tracepoint names.
# https://lttng.org/man/1/lttng-enable-event/v2.8/#doc-_understanding_event_rule_conditions
# Disable-event doesn't have wildcards
Expand Down

0 comments on commit b23bcf5

Please sign in to comment.