Skip to content

Commit 7a7345e

Browse files
authored
Merge pull request #535 from bgraef/main
New ol/dtrace/post-4
2 parents c70b1ec + 492e39c commit 7a7345e

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
148 KB
Loading
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: "DTrace Module 4 - Multithreading Part 2"
3+
date: 2025-04-17
4+
draft: false
5+
summary: "Learn about variables and sched Provider, counting function calls and capturing thread IDs, with the DTrace tracing tool for Oracle Linux."
6+
tags: ["ol", "video","ol-dtrace"]
7+
showDate: true
8+
---
9+
10+
{{< youtube id="3tXFqhH8-xE" title="DTrace Module 4 - Multithreading Part 2" >}}
11+
12+
## Details
13+
14+
This video demonstrates practical DTrace implementation, covering variables and sched provider, counting function calls and capturing thread IDs. It uses examples of DTrace methodology to show how to develop your D programs.

0 commit comments

Comments
 (0)