diff options
author | 2021-12-01 09:56:58 -0700 | |
---|---|---|
committer | 2021-12-01 07:23:35 -1000 | |
commit | e14da77113bb890d7bf9e5d17031bdd476a7ce5e (patch) | |
tree | eeadcdbc74e0acc8c30472873d4bdfd959d2c377 /scripts/gdb/linux/utils.py | |
parent | cgroup: fix a typo in comment (diff) | |
download | wireguard-linux-e14da77113bb890d7bf9e5d17031bdd476a7ce5e.tar.xz wireguard-linux-e14da77113bb890d7bf9e5d17031bdd476a7ce5e.zip |
cgroup: Trace event cgroup id fields should be u64
Various trace event fields that store cgroup IDs were declared as
ints, but cgroup_id(() returns a u64 and the structures and associated
TP_printk() calls were not updated to reflect this.
Fixes: 743210386c03 ("cgroup: use cgrp->kn->id as the cgroup ID")
Signed-off-by: William Kucharski <william.kucharski@oracle.com>
Reviewed-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions