[PATCH 06/15] bpf: Add tracing_map client ops

2015-03-02 Thread Tom Zanussi
External users of the tracing_map API may customize their map usage and need to be notified of certain events occuring during the lifetime of a map. One example would be element deletion - if private data has been associated with an element's value, the client should be notified when that element

[PATCH 06/15] bpf: Add tracing_map client ops

2015-03-02 Thread Tom Zanussi
External users of the tracing_map API may customize their map usage and need to be notified of certain events occuring during the lifetime of a map. One example would be element deletion - if private data has been associated with an element's value, the client should be notified when that element