Searched refs:status_index (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/tools/testing/selftests/user_events/ |
D | ftrace_test.c | 200 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()
|
D | perf_test.c | 123 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/ |
D | user_events.h | 49 __u32 status_index; member
|
/linux-5.19.10/samples/user_events/ |
D | example.c | 46 *status = reg.status_index; in event_reg()
|
/linux-5.19.10/Documentation/trace/ |
D | user_events.rst | 46 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/ |
D | trace_events_user.c | 1356 put_user(user->index, &ureg->status_index); in user_events_ioctl_reg()
|