Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-02 | Dynamically allocate bootchart logs | Nathaniel Chen | |
Instead of storing bootchart sample data in arrays, this patch moves storage to linked lists so that there is no more limit on samples. This patch also fixes parsing of /proc/<pid>/smaps in kernels > 3.7. | |||
2013-03-11 | bootchart: various superficial cleanups | Lennart Poettering | |
Let's update bootchar to share the coding style a bit more with the rest of the package. - Some tabs/spaces fixes - add #pragma to header - split up header so that we have a 1:1 relation between .c and .h files like everywhere else - Prefix user command line arguments/configuration settings with "arg_". - other coding style fixes |