Home
last modified time | relevance | path

Searched hist:e14da77113bb890d7bf9e5d17031bdd476a7ce5e (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/trace/events/
H A Dcgroup.hdiff e14da77113bb890d7bf9e5d17031bdd476a7ce5e Wed Dec 01 10:56:58 CST 2021 William Kucharski <william.kucharski@oracle.com> 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>