diff options
author | William Kucharski <william.kucharski@oracle.com> | 2021-12-01 09:56:58 -0700 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2021-12-01 07:23:35 -1000 |
commit | e14da77113bb890d7bf9e5d17031bdd476a7ce5e (patch) | |
tree | eeadcdbc74e0acc8c30472873d4bdfd959d2c377 /scripts/gdb/linux/modules.py | |
parent | af3bf054661fb11497a7f712ece8b838521227a4 (diff) |
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/modules.py')
0 files changed, 0 insertions, 0 deletions