Searched refs:cond_snapshot (Results 1 – 3 of 3) sorted by relevance
1304 * cond_snapshot.update() implementation receiving the cond_data1305 * returns true, which means that the trace array's cond_snapshot1324 * Should not be called from cond_snapshot.update(), since it takes1326 * cond_snapshot.update() has already done.1337 if (tr->cond_snapshot) in tracing_cond_snapshot_data() 1338 cond_data = tr->cond_snapshot->cond_data; in tracing_cond_snapshot_data() 1478 * @update: Implementation of the cond_snapshot update function1482 * snapshot; if so, return -EBUSY, else create a cond_snapshot and1490 struct cond_snapshot *cond_snapshot __fre in tracing_snapshot_cond_enable() [all...]
302 struct cond_snapshot { struct441 struct cond_snapshot *cond_snapshot; member
3408 struct track_data *track_data = tr->cond_snapshot->cond_data; in cond_snapshot_update()