Home
last modified time | relevance | path

Searched refs:wip (Results 1 – 10 of 10) sorted by relevance

/linux/Documentation/trace/rv/
H A Ddeterministic_automata.rst19 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 Dda_monitor_instrumentation.rst7 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 Dmonitor_wip.rst1 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 Drv-mon-wip.rst4 rv-mon-wip
15 **rv mon wip** [*OPTIONS*]
20 The wakeup in preemptive (**wip**) monitor is a sample per-cpu monitor that
H A Drv-mon-wwnr.rst15 **rv mon wip** [*OPTIONS*]
/linux/kernel/trace/rv/monitors/wip/
H A DKconfig7 bool "wip monitor"
9 Enable wip (wakeup in preemptive) sample monitor that illustrates
H A Dwip.c20 DECLARE_DA_MON_PER_CPU(wip, unsigned char);
/linux/kernel/trace/rv/
H A DMakefile6 obj-$(CONFIG_RV_MON_WIP) += monitors/wip/wip.o
H A DKconfig49 source "kernel/trace/rv/monitors/wip/Kconfig"
/linux/fs/xfs/
H A Dxfs_inode.c2019 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()