diff options
author | Yonghong Song <yhs@fb.com> | 2017-10-05 09:19:22 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-10-07 23:05:57 +0100 |
commit | 4bebdc7a85aa400c0222b5329861e4ad9252f1e5 (patch) | |
tree | 59151679b652bacaf545664158a85b0a4c7c75fe /drivers/fsi/Makefile | |
parent | 020a32d9581ac824d038b0b4e24e977e3cc8589f (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 <yhs@fb.com>
Acked-by: Alexei Starovoitov <ast@fb.com>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/fsi/Makefile')
0 files changed, 0 insertions, 0 deletions