Searched refs:wip (Results 1 – 10 of 10) sorted by relevance
| /linux/Documentation/trace/rv/ |
| H A D | deterministic_automata.rst | 19 For example, a given automaton named 'wip' (wakeup in preemptive) can 36 The previous 'wip' automaton can also be represented as:: 55 For example, the 'wip' automata can be presented as (augmented with comments):: 113 For example, this is the 'wip' model in DOT:: 136 $ dot -Tsvg -o wip.svg wip.dot 137 $ graph-easy wip.dot > wip.txt 146 For example, having the previous 'wip' model into a file named 'wip.dot', 148 representation (previously shown) in the 'wip.h' file:: 150 $ dot2c wip.dot > wip.h 152 The 'wip.h' content is the code sample in section 'Deterministic Automaton
|
| H A D | da_monitor_instrumentation.rst | 7 In the example of the wip.dot monitor created on [1], it will look like:: 39 rv_attach_trace_probe("wip", /* XXX: tracepoint */, handle_preempt_disable); 40 rv_attach_trace_probe("wip", /* XXX: tracepoint */, handle_preempt_enable); 41 rv_attach_trace_probe("wip", /* XXX: tracepoint */, handle_sched_waking); 54 functions* for each of the three events from the wip model. The developer 127 For the wip case, these functions were named:: 142 is used to connect the wip model events to the relative kernel event. dot2k automatically 146 For example, from the wip sample model:: 156 rv_attach_trace_probe("wip", /* XXX: tracepoint */, handle_preempt_enable); 157 rv_attach_trace_probe("wip", /* XXX: tracepoint */, handle_sched_waking); [all …]
|
| H A D | monitor_wip.rst | 1 Monitor wip 4 - Name: wip - wakeup in preemptive 11 The wakeup in preemptive (wip) monitor is a sample per-cpu monitor 55 Grapviz Dot file in tools/verification/models/wip.dot
|
| /linux/Documentation/tools/rv/ |
| H A D | rv-mon-wip.rst | 4 rv-mon-wip 15 **rv mon wip** [*OPTIONS*] 20 The wakeup in preemptive (**wip**) monitor is a sample per-cpu monitor that
|
| H A D | rv-mon-wwnr.rst | 15 **rv mon wip** [*OPTIONS*]
|
| /linux/kernel/trace/rv/monitors/wip/ |
| H A D | Kconfig | 7 bool "wip monitor" 9 Enable wip (wakeup in preemptive) sample monitor that illustrates
|
| H A D | wip.c | 20 DECLARE_DA_MON_PER_CPU(wip, unsigned char);
|
| /linux/kernel/trace/rv/ |
| H A D | Makefile | 6 obj-$(CONFIG_RV_MON_WIP) += monitors/wip/wip.o
|
| H A D | Kconfig | 49 source "kernel/trace/rv/monitors/wip/Kconfig"
|
| /linux/fs/xfs/ |
| H A D | xfs_inode.c | 2019 struct xfs_inode *wip, /* in: whiteout inode */ in xfs_sort_for_rename() argument 2041 if (wip) in xfs_sort_for_rename() 2042 i_tab[i++] = wip; in xfs_sort_for_rename() 2082 struct xfs_inode **wip) in xfs_rename_alloc_whiteout() argument 2116 *wip = tmpfile; in xfs_rename_alloc_whiteout()
|