OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:flushevents
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/lackey/
lk_main.c
478
static void
flushEvents
(IRSB* sb)
523
// code that adds calls to trace_instr() in
flushEvents
(). However, you
534
flushEvents
(sb);
553
flushEvents
(sb);
580
flushEvents
(sb);
616
flushEvents
(sb);
914
flushEvents
(sbOut);
[
all
...]
/external/valgrind/callgrind/
main.c
378
static void
flushEvents
( ClgState* clgs )
607
flushEvents
(clgs);
626
flushEvents
(clgs);
661
flushEvents
(clgs);
691
flushEvents
(clgs);
693
/* Same as case Ev_Dw / case Ev_Dr in
flushEvents
, except with guard */
726
flushEvents
(clgs);
746
flushEvents
(clgs);
763
flushEvents
(clgs);
[
all
...]
/external/valgrind/cachegrind/
cg_main.c
693
static void
flushEvents
( CgState* cgs )
879
flushEvents
(cgs);
903
flushEvents
(cgs);
940
flushEvents
(cgs);
971
flushEvents
(cgs);
973
/* Same as case Ev_Dw / case Ev_Dr in
flushEvents
, except with guard */
[
all
...]
Completed in 88 milliseconds