Lines Matching refs:cond_data
1234 void *cond_data)
1266 update_max_tr(tr, current, smp_processor_id(), cond_data);
1300 * @cond_data: The data to be tested conditionally, and possibly saved
1304 * cond_snapshot.update() implementation receiving the cond_data
1306 * update() operation used the cond_data to determine whether the
1310 void tracing_snapshot_cond(struct trace_array *tr, void *cond_data)
1312 tracing_snapshot_instance_cond(tr, cond_data);
1321 * tracing_snapshot_cond_enable(), the user-defined cond_data is saved
1328 * Returns the cond_data associated with the trace array's snapshot.
1332 void *cond_data = NULL;
1338 cond_data = tr->cond_snapshot->cond_data;
1343 return cond_data;
1477 * @cond_data: User data to associate with the snapshot
1483 * save the cond_data and update function inside.
1487 int tracing_snapshot_cond_enable(struct trace_array *tr, void *cond_data,
1497 cond_snapshot->cond_data = cond_data;
1568 void tracing_snapshot_cond(struct trace_array *tr, void *cond_data)
1590 int tracing_snapshot_cond_enable(struct trace_array *tr, void *cond_data, cond_update_fn_t update)
2015 * @cond_data: User data associated with a conditional snapshot
2022 void *cond_data)
2044 if (tr->cond_snapshot && !tr->cond_snapshot->update(tr, cond_data)) {