From eee73d1dceb307a543de5b8645827033451ab3bc Mon Sep 17 00:00:00 2001 From: Jeff Hostetler Date: Fri, 22 Feb 2019 14:25:04 -0800 Subject: trace2:data: add editor/pager child classification Add trace2 process classification for editor and pager child processes. Signed-off-by: Jeff Hostetler Signed-off-by: Junio C Hamano --- editor.c | 1 + 1 file changed, 1 insertion(+) (limited to 'editor.c') diff --git a/editor.c b/editor.c index c985eee1f9..71547674ab 100644 --- a/editor.c +++ b/editor.c @@ -78,6 +78,7 @@ static int launch_specified_editor(const char *editor, const char *path, p.argv = args; p.env = env; p.use_shell = 1; + p.trace2_child_class = "editor"; if (start_command(&p) < 0) return error("unable to start editor '%s'", editor); -- cgit v1.2.3