Skip to content
This repository has been archived by the owner on Nov 26, 2021. It is now read-only.

trappy/ftrace: merge primary and secondary DFs based on pivot #260

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

trappy/ftrace: merge primary and secondary DFs based on pivot #260

wants to merge 3 commits into from

Commits on Jul 17, 2017

  1. trappy/utils: merge_dfs for primary and secondary DFs based on pivot

    Forward propogate secondary DF into primary DF and return the merged DF.
    
    Implements: #250
    
    Change-Id: I312d77302bbca8bb13bfa598785ebc0cc879fe34
    Signed-off-by: Joel Fernandes <joelaf@google.com>
    Joel Fernandes committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    3a6f1bc View commit details
    Browse the repository at this point in the history
  2. trappy/utils: Add test case for merge_dfs

    Signed-off-by: Joel Fernandes <joelaf@google.com>
    Joel Fernandes committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    8537f72 View commit details
    Browse the repository at this point in the history
  3. trappy/ftrace: allow apply_callbacks take optional arguments

    This allows passing of arguments to callback, needed for the residency analysis
    state machine in LISA. Also update docstring.
    
    Signed-off-by: Joel Fernandes <joelaf@google.com>
    Joel Fernandes committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    56a812f View commit details
    Browse the repository at this point in the history