Home
last modified time | relevance | path

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

/linux-6.15/kernel/trace/
H A Dtrace.c6043 tscratch = tr->scratch; in trace_adjust_address()
6058 tscratch->entries, in trace_adjust_address()
6077 tscratch = tr->scratch; in save_mod()
6078 if (!tscratch) in save_mod()
6082 if (struct_size(tscratch, entries, tscratch->nr_entries + 1) > size) in save_mod()
6085 entry = &tscratch->entries[tscratch->nr_entries]; in save_mod()
6087 tscratch->nr_entries++; in save_mod()
6120 flex_array_size(tscratch, entries, tscratch->nr_entries)); in update_last_data()
6141 tscratch = tr->scratch; in update_last_data()
9474 if (!tscratch) in setup_trace_scratch()
[all …]