Thread (80 messages) 80 messages, 6 authors, 2020-09-21
STALE2100d
Revisions (5)
  1. v1 current
  2. v2 [diff vs current]
  3. v3 [diff vs current]
  4. v4 [diff vs current]
  5. v5 [diff vs current]

[PATCH 11/11] maintenance: add trace2 regions for task execution

From: Derrick Stolee via GitGitGadget <hidden>
Date: 2020-08-06 16:54:36
Subsystem: the rest · Maintainer: Linus Torvalds

From: Derrick Stolee <redacted>

Signed-off-by: Derrick Stolee <redacted>
---
 builtin/gc.c | 2 ++
 1 file changed, 2 insertions(+)
diff --git a/builtin/gc.c b/builtin/gc.c
index 20d85f6f4e..8162bca974 100644
--- a/builtin/gc.c
+++ b/builtin/gc.c
@@ -953,10 +953,12 @@ static int maintenance_run(struct maintenance_opts *opts)
 		     !tasks[i].auto_condition()))
 			continue;
 
+		trace2_region_enter("maintenance", tasks[i].name, r);
 		if (tasks[i].fn(opts)) {
 			error(_("task '%s' failed"), tasks[i].name);
 			result = 1;
 		}
+		trace2_region_leave("maintenance", tasks[i].name, r);
 	}
 
 	rollback_lock_file(&lk);
-- 
gitgitgadget
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help