Home
last modified time | relevance | path

Searched refs:records (Results 1 – 3 of 3) sorted by relevance

/kernel/trace/
Dftrace.c398 struct ftrace_profile records[]; member
410 (PAGE_SIZE - offsetof(struct ftrace_profile_page, records))
437 if ((void *)rec >= (void *)&pg->records[pg->index]) { in function_stat_next()
441 rec = &pg->records[0]; in function_stat_next()
457 return function_stat_next(&stat->start->records[0], 0); in function_stat_start()
575 memset(pg->records, 0, PROFILE_RECORDS_SIZE); in ftrace_profile_reset()
745 rec = &stat->pages->records[stat->pages->index++]; in ftrace_profile_alloc()
1092 struct dyn_ftrace *records; member
1512 rec = &pg->records[_____i];
1542 end < pg->records[0].ip || in lookup_rec()
[all …]
DKconfig247 This special tracer records the maximum stack footprint of the
710 "START". The second string records the cold cache time of the first
/kernel/rcu/
Dtree.c3069 void *records[]; member
3149 debug_rcu_head_unqueue((struct rcu_head *)(bhead->records[i])); in debug_rcu_bhead_unqueue()
3236 bkvhead[i]->records); in kfree_rcu_work()
3239 bkvhead[i]->records); in kfree_rcu_work()
3244 bkvhead[i]->records[j], 0); in kfree_rcu_work()
3246 vfree(bkvhead[i]->records[j]); in kfree_rcu_work()
3483 krcp->bkvhead[idx]->records in kvfree_call_rcu_add_ptr_to_bulk()