Searched refs:top (Results 1 – 5 of 5) sorted by relevance
/kernel/trace/ |
D | trace_events_filter.c | 420 int *top; in predicate_parse() local 443 top = op_stack; in predicate_parse() 445 *top = 0; in predicate_parse() 456 if (top - op_stack > nr_parens) { in predicate_parse() 460 *(++top) = invert; in predicate_parse() 510 invert = *top & INVERT; in predicate_parse() 512 if (*top & PROCESS_AND) { /* #7 */ in predicate_parse() 514 *top &= ~PROCESS_AND; in predicate_parse() 517 *top |= PROCESS_AND; in predicate_parse() 520 if (*top & PROCESS_OR) { /* #9 */ in predicate_parse() [all …]
|
D | trace_stack.c | 157 unsigned long this_size, flags; unsigned long *p, *top, *start; in check_stack() local 213 top = (unsigned long *) in check_stack() 229 for (; p < top && i < stack_trace_nr_entries; p++) { in check_stack() 237 (top - p) * sizeof(unsigned long); in check_stack()
|
D | ring_buffer.c | 433 local_t top; member 571 static inline u64 rb_time_val(unsigned long top, unsigned long bottom) in rb_time_val() argument 575 val = top & RB_TIME_VAL_MASK; in rb_time_val() 584 unsigned long top, bottom; in __rb_time_read() local 594 top = local_read(&t->top); in __rb_time_read() 598 *cnt = rb_time_cnt(top); in __rb_time_read() 604 *ret = rb_time_val(top, bottom); in __rb_time_read() 620 static inline void rb_time_split(u64 val, unsigned long *top, unsigned long *bottom) in rb_time_split() argument 622 *top = (unsigned long)((val >> RB_TIME_SHIFT) & RB_TIME_VAL_MASK); in rb_time_split() 634 unsigned long cnt, top, bottom; in rb_time_set() local [all …]
|
D | Kconfig | 428 The tracer is build on top of osnoise tracer, and the osnoise: 649 This allows the user to add tracing events on top of userspace
|
/kernel/ |
D | fork.c | 2948 void walk_process_tree(struct task_struct *top, proc_visitor visitor, void *data) in walk_process_tree() argument 2954 leader = top = top->group_leader; in walk_process_tree() 2970 if (leader != top) { in walk_process_tree()
|