Searched refs:cond_snapshot (Results 1 – 3 of 3) sorted by relevance
1296 if (tr->cond_snapshot) in tracing_cond_snapshot_data()1454 struct cond_snapshot *cond_snapshot __free(kfree) = in tracing_snapshot_cond_enable()1458 if (!cond_snapshot) in tracing_snapshot_cond_enable()1462 cond_snapshot->update = update; in tracing_snapshot_cond_enable()1477 if (tr->cond_snapshot) in tracing_snapshot_cond_enable()1486 tr->cond_snapshot = no_free_ptr(cond_snapshot); in tracing_snapshot_cond_enable()1511 if (!tr->cond_snapshot) in tracing_snapshot_cond_disable()1514 kfree(tr->cond_snapshot); in tracing_snapshot_cond_disable()1515 tr->cond_snapshot = NULL; in tracing_snapshot_cond_disable()1977 if (tr->cond_snapshot && !tr->cond_snapshot->update(tr, cond_data)) { in update_max_tr()[all …]
300 struct cond_snapshot { struct435 struct cond_snapshot *cond_snapshot; member
3382 struct track_data *track_data = tr->cond_snapshot->cond_data; in cond_snapshot_update()