osquery-1/osquery/events/linux
Teddy Reed 8eaf389010 Optimize event publisher database namespace lookups.
Previously, event publishers used a canonicalized 'type' name for async callbacks.
This type was used to lookup the publisher plugin in the registry as well as for backing store namespacing.
The type is still used but subscribers, which made heavy used of the lookup, store the value locally.
This prevents unneeded publisher plugin allocation when adding events.
2015-07-19 17:10:42 -07:00
..
tests Optimize event publisher database namespace lookups. 2015-07-19 17:10:42 -07:00
inotify.cpp Apply FIM pattern matching to inotify 2015-07-07 18:18:45 -07:00
inotify.h Optimize event publisher database namespace lookups. 2015-07-19 17:10:42 -07:00
udev.cpp Removing trailing whitespace 2015-05-11 23:31:13 -07:00
udev.h Removing trailing whitespace 2015-05-11 23:31:13 -07:00