Searched refs:timeline (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/staging/android/trace/ |
D | sync.h | 12 TP_PROTO(struct sync_timeline *timeline), 14 TP_ARGS(timeline), 17 __string(name, timeline->name) 22 __assign_str(name, timeline->name); 23 if (timeline->ops->timeline_value_str) { 24 timeline->ops->timeline_value_str(timeline, 62 __string(timeline, pt->ops->get_timeline_name(pt)) 67 __assign_str(timeline, pt->ops->get_timeline_name(pt)); 76 TP_printk("name=%s value=%s", __get_str(timeline), __entry->value)
|
/linux-4.4.14/include/trace/events/ |
D | fence.h | 20 __string(timeline, fence->ops->get_driver_name(fence)) 32 __assign_str(timeline, fence->ops->get_timeline_name(fence)) 45 __get_str(driver), __get_str(timeline), __entry->context, 59 __string(timeline, fence->ops->get_timeline_name(fence)) 66 __assign_str(timeline, fence->ops->get_timeline_name(fence)) 72 __get_str(driver), __get_str(timeline), __entry->context,
|
/linux-4.4.14/drivers/staging/android/ |
D | sw_sync.c | 91 struct sw_sync_timeline *timeline = in sw_sync_timeline_value_str() local 93 snprintf(str, size, "%d", timeline->value); in sw_sync_timeline_value_str()
|
D | sync.h | 73 void (*timeline_value_str)(struct sync_timeline *timeline, char *str,
|
/linux-4.4.14/Documentation/timers/ |
D | timekeeping.txt | 15 the basic timeline, whereas clock events shoot interrupts on certain points 16 on this timeline, providing facilities such as high-resolution timers. 24 The purpose of the clock source is to provide a timeline for the system that 49 the clock source, which provides the fundamental timeline for the system. 80 compensation code on both sides of the wrap point so that the system timeline 94 fire interrupts, so as to trigger events on the system timeline. On an SMP
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-design-CFS.txt | 54 runqueues, but it uses a time-ordered rbtree to build a "timeline" of future
|
/linux-4.4.14/Documentation/ |
D | HOWTO | 263 preconceived timeline."
|
/linux-4.4.14/scripts/ |
D | analyze_suspend.py | 2376 ….timeline {position: relative; font-size: 14px;cursor: pointer;width: 100%; overflow: hidden; back…
|