summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-kernel/pm-graph
Commit message (Collapse)AuthorAgeFilesLines
* pm-graph: add flags support for RT kernelLiwei Song2020-06-222-0/+43
| | | | | | | | | with PREEMPT_RT enabled in kernel, ftrace have a different falgs compare with standard kernel. Add supported for RT kernel ftrace flags format. Signed-off-by: Liwei Song <liwei.song@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pm-graph: Provide analyze-suspend as wellKhem Raj2020-02-181-0/+11
| | | | | | Remove stale analyze-suspend recipe Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pm-graph: upgrade 5.3 -> 5.5Naveen Saini2019-09-113-35/+42
| | | | | | | | | | This release has python3 support so updating python3 to RDEPENDS. python subprocess comes with python3-core, so removing from RDEPENDS. Removed patch, which is already merged in this release. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pm-graph: fix time format parse errorLiwei Song2019-08-022-1/+35
| | | | | | | | Time format in dmesg has been changed from "%Y-%m-%d %H:%M:%S" to "%Y-%m-%dT%H:%M:%S", backport an upstream patch to fix this error. Signed-off-by: Liwei Song <liwei.song@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pm-graph: fix multilib build failureNaveen Saini2019-06-182-2/+92
| | | | | | | | Added the generic library path used by multilib code Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Tested-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pm-graph: add recipeNaveen Saini2019-05-231-0/+19
This tool suite is designed to assist kernel and OS developers in optimizing their linux stack's suspend/resume & boot time. For more details and usage, please check: https://01.org/pm-graph Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>