Searched refs:event_ (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | stopwatch.cpp | 13 stopwatch::stopwatch(Event event_) in stopwatch() argument 14 : event(event_), start(Clock::now()) {} in stopwatch() 16 stopwatch::stopwatch(EventSeverity severity_, Event event_) in stopwatch() argument 17 : severity(severity_), event(event_), start(Clock::now()) {} in stopwatch() 19 stopwatch::stopwatch(std::string name_, Event event_) in stopwatch() argument 20 : name(std::move(name_)), event(event_), start(Clock::now()) {} in stopwatch() 22 stopwatch::stopwatch(std::string name_, EventSeverity severity_, Event event_) in stopwatch() argument 23 : name(std::move(name_)), severity(severity_), event(event_), start(Clock::now()) {} in stopwatch()
|
| /OK3568_Linux_fs/kernel/include/trace/ |
| H A D | trace_events.h | 124 __attribute__((__aligned__(4))) event_##name 387 if (entry->type != event_##call.event.type) { \ 750 static struct trace_event_call __used event_##call = { \ 760 __section("_ftrace_events") *__event_##call = &event_##call 767 static struct trace_event_call __used event_##call = { \ 777 __section("_ftrace_events") *__event_##call = &event_##call
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | trace_export.c | 169 struct trace_event_call __used event_##call = { \ 179 __section("_ftrace_events") *__event_##call = &event_##call;
|
| H A D | trace.h | 2025 __aligned(4) event_##call;
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | trace_events.h | 554 event_##name.flags |= value; \ 567 event_##name.perf_perm = &perf_perm_##name; \
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/ |
| H A D | pyinotify.py | 814 event_ = self.process_default(raw_event) 816 return event_
|