summaryrefslogtreecommitdiff
path: root/examples/systemtap/meson.build
blob: f31187e1877321a562f08cf2fd8fff595c720f56 (plain)
1
2
3
4
5
6
7
8
9
install_data(
  [
    'rpc-monitor.stp',
    'qemu-monitor.stp',
    'lock-debug.stp',
    'events.stp',
  ],
  install_dir: example_dir / 'systemtap',
)