TRACEPOINT_EVENT(librbd, clone_enter,
TP_ARGS(
const char*, parent_pool_name,
- uint64_t, parent_id,
+ uint64_t, parent_pool_id,
const char*, parent_name,
const char*, parent_snap_name,
const char*, child_pool_name,
- uint64_t, child_id,
+ uint64_t, child_pool_id,
const char*, child_name,
uint64_t, features),
TP_FIELDS(
ctf_string(parent_pool_name, parent_pool_name)
- ctf_integer(uint64_t, parent_id, parent_id)
+ ctf_integer(uint64_t, parent_pool_id, parent_pool_id)
ctf_string(parent_name, parent_name)
ctf_string(parent_snap_name, parent_snap_name)
ctf_string(child_pool_name, child_pool_name)
- ctf_integer(uint64_t, child_id, child_id)
+ ctf_integer(uint64_t, child_pool_id, child_pool_id)
ctf_string(child_name, child_name)
ctf_integer(uint64_t, features, features)
)
TRACEPOINT_EVENT(librbd, clone2_enter,
TP_ARGS(
const char*, parent_pool_name,
- uint64_t, parent_id,
+ uint64_t, parent_pool_id,
const char*, parent_name,
const char*, parent_snap_name,
const char*, child_pool_name,
- uint64_t, child_id,
+ uint64_t, child_pool_id,
const char*, child_name,
uint64_t, features,
uint64_t, stripe_unit,
int, stripe_count),
TP_FIELDS(
ctf_string(parent_pool_name, parent_pool_name)
- ctf_integer(uint64_t, parent_id, parent_id)
+ ctf_integer(uint64_t, parent_pool_id, parent_pool_id)
ctf_string(parent_name, parent_name)
ctf_string(parent_snap_name, parent_snap_name)
ctf_string(child_pool_name, child_pool_name)
- ctf_integer(uint64_t, child_id, child_id)
+ ctf_integer(uint64_t, child_pool_id, child_pool_id)
ctf_string(child_name, child_name)
ctf_integer(uint64_t, features, features)
ctf_integer(uint64_t, stripe_unit, stripe_unit)
TRACEPOINT_EVENT(librbd, clone3_enter,
TP_ARGS(
const char*, parent_pool_name,
- uint64_t, parent_id,
+ uint64_t, parent_pool_id,
const char*, parent_name,
const char*, parent_snap_name,
const char*, child_pool_name,
- uint64_t, child_id,
+ uint64_t, child_pool_id,
const char*, child_name,
void*, opts),
TP_FIELDS(
ctf_string(parent_pool_name, parent_pool_name)
- ctf_integer(uint64_t, parent_id, parent_id)
+ ctf_integer(uint64_t, parent_pool_id, parent_pool_id)
ctf_string(parent_name, parent_name)
ctf_string(parent_snap_name, parent_snap_name)
ctf_string(child_pool_name, child_pool_name)
- ctf_integer(uint64_t, child_id, child_id)
+ ctf_integer(uint64_t, child_pool_id, child_pool_id)
ctf_string(child_name, child_name)
ctf_integer_hex(void*, opts, opts)
)