Home
last modified time | relevance | path

Searched refs:status_index (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/tools/testing/selftests/user_events/
Dftrace_test.c200 ASSERT_NE(0, reg.status_index); in TEST_F()
205 ASSERT_NE(0, reg.status_index); in TEST_F()
215 ASSERT_EQ(0, status_page[reg.status_index]); in TEST_F()
219 ASSERT_EQ(EVENT_STATUS_FTRACE, status_page[reg.status_index]); in TEST_F()
223 ASSERT_EQ(0, status_page[reg.status_index]); in TEST_F()
260 ASSERT_NE(0, reg.status_index); in TEST_F()
301 ASSERT_NE(0, reg.status_index); in TEST_F()
325 ASSERT_NE(0, reg.status_index); in TEST_F()
Dperf_test.c123 ASSERT_NE(0, reg.status_index); in TEST_F()
124 ASSERT_EQ(0, status_page[reg.status_index]); in TEST_F()
147 ASSERT_EQ(EVENT_STATUS_PERF, status_page[reg.status_index]); in TEST_F()
/linux-5.19.10/include/linux/
Duser_events.h49 __u32 status_index; member
/linux-5.19.10/samples/user_events/
Dexample.c46 *status = reg.status_index; in event_reg()
/linux-5.19.10/Documentation/trace/
Duser_events.rst46 u32 status_index;
115 file is given back after the register ioctl() via user_reg.status_index.
120 For example, if the register ioctl() gives back a status_index of 3 you would
/linux-5.19.10/kernel/trace/
Dtrace_events_user.c1356 put_user(user->index, &ureg->status_index); in user_events_ioctl_reg()