aboutsummaryrefslogtreecommitdiff
path: root/test/configs/rss_stat.cfg
blob: 010aa9746edc365defba6a3cf1f87d86715c797a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
buffers: {
  size_kb: 512
  fill_policy: DISCARD
}

data_sources: {
  config {
    name: "linux.ftrace"
    ftrace_config {
      ftrace_events: "sched_switch"
      ftrace_events: "kmem/rss_stat"
      throttle_rss_stat: true
    }
  }
}

duration_ms: 10000