Home
last modified time | relevance | path

Searched refs:EVENT_NAME (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dkprobe_multiprobe.tc9 EVENT_NAME=kprobes/testevent
11 DEF1="p:$EVENT_NAME $SYM1"
12 DEF2="p:$EVENT_NAME $SYM2"
21 echo "-:$EVENT_NAME" >> kprobe_events
27 echo "-:$EVENT_NAME $SYM1" >> kprobe_events
/openbmc/linux/tools/perf/dlfilters/
H A Ddlfilter-test-api-v0.c223 #define EVENT_NAME "branches:" in check_sample() macro
224 CHECK(!strncmp(sample->event, EVENT_NAME, strlen(EVENT_NAME))); in check_sample()
H A Ddlfilter-test-api-v2.c238 #define EVENT_NAME "branches:" in check_sample() macro
239 CHECK(!strncmp(sample->event, EVENT_NAME, strlen(EVENT_NAME))); in check_sample()
/openbmc/linux/kernel/trace/
H A Dtrace_events_user.c37 #define EVENT_NAME(user_event) ((user_event)->tracepoint.name) macro
441 mm->mm, (unsigned long long)uaddr, EVENT_NAME(user)); in user_event_enabler_fault_fixup()
1486 kfree(EVENT_NAME(user)); in destroy_user_event()
1507 if (strcmp(EVENT_NAME(user), name)) in find_user_event()
1785 seq_printf(m, "%s%s", USER_EVENTS_PREFIX, EVENT_NAME(user)); in user_event_show()
1892 match = strcmp(EVENT_NAME(user), event) == 0 && in user_event_match()
2143 if (strcmp(EVENT_NAME(user), name)) in delete_user_event()
2718 seq_printf(m, "%s", EVENT_NAME(user)); in user_seq_show()
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Ddm-ima.rst64 TEMPLATE_DATA := <ALG> ":" <EVENT_DIGEST> <EVENT_NAME> <EVENT_DATA>
70 EVENT_NAME := Description of the event (e.g. 'dm_table_load').
107 EVENT_NAME := "dm_table_load"
177 EVENT_NAME := "dm_device_resume"
215 EVENT_NAME := "dm_device_remove"
256 EVENT_NAME := "dm_table_clear"
287 EVENT_NAME := "dm_device_rename"
/openbmc/linux/tools/perf/Documentation/
H A Dperf-trace.txt188 --switch-on EVENT_NAME::
191 --switch-off EVENT_NAME::
H A Dperf-top.txt304 --switch-on EVENT_NAME::
332 --switch-off EVENT_NAME::
H A Dperf-script.txt494 --switch-on EVENT_NAME::
497 --switch-off EVENT_NAME::
H A Dperf-report.txt472 --switch-on EVENT_NAME::
479 --switch-off EVENT_NAME::
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/
H A D0001-tests-add-check_skip_kernel_test-to-check-root-user-.patch1016 @@ -466,13 +466,7 @@ test_event_track_untrack ust 0 "${EVENT_NAME}" "--pid --all" # backward compat
1017 test_event_tracker ust 1 "${EVENT_NAME}" "--pid --all" # backward compat
1018 test_event_pid_tracker ust 1 "${EVENT_NAME}"