f576bd5c8db2bcb0593d50c259566edb 1.1.3 dimstar_suse The trace-cmd project factored common code into a new library called libtracecmd. The update of trace-cmd 1.3 is depending on this new library. 1001753 27e00f78e1b685f2f5bd109f3fdbe3b1 1.2.0 dimstar_suse - Update to release 1.2.0 1039895 640de1e088ead2d5f3b455721933efcd 1.3.0 dimstar_suse - Update to release 1.3.0 1043362 4e23ead226162f7b442a76d14dd34093 1.3.1 dimstar_suse - Update to release 1.3.1 1061892 4ea2c0474d465615fdfdea59fd86bc59 1.3.1 dimstar_suse - Sync meson build patch with latest upstream version 1063769 c8871a28564ec2d978e2bebe96cb1cbe 1.4.0 anag+factory - Update to release 1.4.0 1124723 c2248eb3390734bf800d82c8c8df5ccb 1.5.1 anag+factory - update to 1.5.1: * Fix free_zpage() offset accounting. The read_zpage() subtracted the offset from the file start to find where to get the compressed data, but the free_zpage() did not, and would fail to find and free the passed in zpage. * Have function_graph plugin break apart functions that migrate between CPUs from entry to exit even if there is no event in between. * Fix iterators for when there's CPUs with no data. It was using the total number of CPUs to iterate the cpu_data[] array, that only contains CPUs with content. * Fix iterator with respect to function_graph handle that may do a peek of the next event to know if it should merge the entry and exit events of a function. * Some other small fixes and clean ups * tracecmd_iterate_events_reverse(): Will iterate events in the trace.dat file from the last event to the first. * tracecmd_iterate_reset(): Reset the iterator to restart from the beginning. * Fix meson build * Have callbacks exit out of iterator as the man page for tracecmd_iterate_events() says it should. * Have tracecmd_iterate_events() start where it left off * Speed up freeing the zpages by using an rbtree instead of a flat link 1142676