X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=TODO;h=090b923e3765d166e796e7ee6d29aa25c6ea9866;hb=c994b2df91f004b4ae1af9c240e113987ce03626;hp=18d99d51b58fca7acb24b0fec5f734c8c2066233;hpb=c0be14c235542c5852d96b9b840c44a29349b002;p=lttng-modules.git diff --git a/TODO b/TODO index 18d99d51..090b923e 100644 --- a/TODO +++ b/TODO @@ -57,7 +57,6 @@ B) Features 3) Integrate the "statedump" module from LTTng 0.x into LTTng 2.0. - * Dependency: addition of "dynamic enumerations" type to CTF. See: http://git.lttng.org/?p=lttng-modules.git;a=shortlog;h=refs/heads/v0.19-stable ltt-statedump.c @@ -94,7 +93,7 @@ B) Features allow integration between NOHZ and LTTng would be to add support for such notifiers into NOHZ kernel infrastructure. - 10) Turn drivers/staging/lttng/ltt-probes.c probe_list into a + 10) Turn lttng-probes.c probe_list into a hash table. Turns O(n^2) trace systems registration (cost for n systems) into O(n). (O(1) per system)