aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/lwtrace/example3/example_query.tr
blob: bd22441af3bf83235d5cbe66abaf7d828c6b04df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Blocks { 
   ProbeDesc { 
       Name: "IterationProbe" 
       Provider: "LWTRACE_EXAMPLE_PROVIDER" 
    } 
    Action { 
        CustomAction {
	    Name: "MyAction"
            Opts: "/dev/stdout"
	}
    } 
}