Tests: Fix: test_list_triggers_cli: support in-kernel builtin lttng-modules
[lttng-tools.git] / tests / regression / tools / trigger / test_list_triggers_cli
index 162b1328b61b34ec34176a648b894eff9c3efee9..a040180138bac02f356bcdae687dc1b826250722 100755 (executable)
@@ -799,8 +799,8 @@ test_event_rule_matches_probe ()
 
        diag "Listing event-rule-matches kernel probe"
 
-       channel_enable_addr=$(grep ' t lttng_channel_enable\s\[lttng_tracer\]$' /proc/kallsyms | cut -f 1 -d ' ')
-       channel_disable_addr=$(grep ' t lttng_channel_disable\s\[lttng_tracer\]$' /proc/kallsyms | cut -f 1 -d ' ')
+       channel_enable_addr=$(grep 'lttng_channel_enable' /proc/kallsyms | cut -f 1 -d ' ')
+       channel_disable_addr=$(grep 'lttng_channel_disable' /proc/kallsyms | cut -f 1 -d ' ')
 
        # We need to find a valid offset.
        base_symbol=""
This page took 0.029778 seconds and 4 git commands to generate.