summaryrefslogtreecommitdiffstats
path: root/examples/rbd-replay/trace
blob: 43697b086a365e6b25ed0b89c189d63170da2eab (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash

mkdir -p traces
lttng create -o traces librbd
lttng enable-event -u 'librbd:*'
lttng add-context -u -t pthread_id
lttng start
LD_LIBRARY_PATH=../../build/lib qemu-system-i386 -m 1024 rbd:rbd/my-image:conf=../../src/ceph.conf
lttng stop
lttng view > trace.log