aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-sql.py
diff options
context:
space:
mode:
authorYonghong Song <[email protected]>2017-10-05 09:19:22 -0700
committerDavid S. Miller <[email protected]>2017-10-07 23:05:57 +0100
commit4bebdc7a85aa400c0222b5329861e4ad9252f1e5 (patch)
tree59151679b652bacaf545664158a85b0a4c7c75fe /tools/perf/scripts/python/call-graph-from-sql.py
parent020a32d9581ac824d038b0b4e24e977e3cc8589f (diff)
bpf: add helper bpf_perf_prog_read_value
This patch adds helper bpf_perf_prog_read_cvalue for perf event based bpf programs, to read event counter and enabled/running time. The enabled/running time is accumulated since the perf event open. The typical use case for perf event based bpf program is to attach itself to a single event. In such cases, if it is desirable to get scaling factor between two bpf invocations, users can can save the time values in a map, and use the value from the map and the current value to calculate the scaling factor. Signed-off-by: Yonghong Song <[email protected]> Acked-by: Alexei Starovoitov <[email protected]> Acked-by: Daniel Borkmann <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions