[PATCH 10/16] dept: Add proc knobs to show stats and dependency graph
Steven Rostedt
rostedt at goodmis.org
Thu Feb 17 15:55:37 UTC 2022
On Thu, 17 Feb 2022 19:57:46 +0900
Byungchul Park <byungchul.park at lge.com> wrote:
> +static int __init dept_proc_init(void)
> +{
> + proc_create_seq("dept_deps", S_IRUSR, NULL, &dept_deps_ops);
> + proc_create_single("dept_stats", S_IRUSR, NULL, dept_stats_show);
> + return 0;
> +}
> +
> +__initcall(dept_proc_init);
> +
And git complains about this extra line at the end of the file too.
-- Steve
More information about the dri-devel
mailing list