chiark / gitweb /
Dynamically allocate bootchart logs
authorNathaniel Chen <nathaniel.chen@intel.com>
Wed, 24 Apr 2013 21:56:15 +0000 (14:56 -0700)
committerAuke Kok <auke-jan.h.kok@intel.com>
Thu, 2 May 2013 16:23:01 +0000 (09:23 -0700)
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.


No differences found