Skip to content

Commit 7d7e175

Browse files
committed
Turn on more providers during tracing and do a full dump
This notably enables Microsoft-Windows-Win32k which has struct properties which may have allowed us to catch issue mstange#10 in CI
1 parent da28ff1 commit 7d7e175

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎.github/workflows/rust.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ jobs:
2020
- name: Run tests
2121
run: cargo test --verbose --lib
2222
- name: Run xperf
23-
run: xperf -on latency -stackwalk profile
23+
run: xperf -start "NT Kernel Logger" -on latency -stackwalk profile+cswitch -start "usersession" -on Microsoft-Windows-Win32k
2424
- name: Stop xperf
25-
run: xperf -d out.etl
25+
run: xperf -stop "NT Kernel Logger" -stop "usersession" -d out.etl
2626
- run: cargo run --example event-types out.etl
27+
- run: cargo run --example dump out.etl
2728
- run: cargo run out.etl xperf
2829
#- run: cargo run -- --merge-threads out.etl xperf

0 commit comments

Comments
 (0)