Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PcCountPair tracker and LoopPoint #255

Open
wants to merge 20 commits into
base: develop
Choose a base branch
from
Open

PcCountPair tracker and LoopPoint #255

wants to merge 20 commits into from

Commits on Dec 14, 2022

  1. Param: added PcCountPair

    Change-Id: Ib2e3f376bbbc48fc9a37036fd63e5dd39d72aa67
    studyztp committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    bcb4d03 View commit details
    Browse the repository at this point in the history
  2. PcCountTracker and PcCountTrackerManager basic finished

    Change-Id: Id463388a150628c0ee331fb07d5813d99e70f016
    studyztp committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    547db65 View commit details
    Browse the repository at this point in the history
  3. added get_pc_count and get_current_pc_count_pair function

    Change-Id: I3f43350c7c68ea57cd673a62a6e1c4c0aaa420dd
    studyztp committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    1aea6e6 View commit details
    Browse the repository at this point in the history
  4. added stdlib looppoint class and output json file

    Change-Id: I06dc3a04795eafeba586a5ba9da21a7f254eafe0
    studyztp committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    5ed5db1 View commit details
    Browse the repository at this point in the history
  5. fixed hash problem for python PcCountPair

    Change-Id: I273d531cc9aee337c0092bcc49cbfea4a129da65
    studyztp committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    7d09994 View commit details
    Browse the repository at this point in the history
  6. fixed update_relatives() function

    Change-Id: Ic0b22083d8ceb7e70e16a087ac23f1df8be5c4f0
    studyztp committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    eabc1a5 View commit details
    Browse the repository at this point in the history
  7. take relative count for end always

    Change-Id: I08e7d14d88c6d4ff8a84158acc15dbb7d5d43e92
    studyztp committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    0b735e1 View commit details
    Browse the repository at this point in the history
  8. added LoopPointRestore and json profile option for LoopPointCheckpiont

    Change-Id: I46a0f867dbab82d7c242b9752da637de29cdc14b
    studyztp committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    52691ab View commit details
    Browse the repository at this point in the history
  9. fixed small things

    Change-Id: I47730b77ef0f9165efb5ff24dab725929e73f7a1
    studyztp committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    0eb4720 View commit details
    Browse the repository at this point in the history
  10. use c++ to_string function for __str__

    Change-Id: I1f35afc2b672ee5b2db40e392a724be8bb04e364
    studyztp committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    f7a15a4 View commit details
    Browse the repository at this point in the history
  11. fixed the empty space

    Change-Id: I1c3c50149b502eec35c8e3e75f16bbd070860faa
    studyztp committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    0a9cf2d View commit details
    Browse the repository at this point in the history
  12. added comments

    Change-Id: Ib9a40029c9e8fce39a0cd496c026b7012994a8cd
    studyztp committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    0f5b292 View commit details
    Browse the repository at this point in the history
  13. fixed a bug in LoopPointRestore where it takes the start relative cou…

    …nt instead of the end
    
    Change-Id: If84afeb42222830bb058d1addc92a5265681cd23
    studyztp committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    c47378a View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. changed LoopPointFilePath and CheckPointDir format

    Change-Id: I0a9f7ec241b664be49c5cab66bef39ce80079cd1
    studyztp committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    4349663 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36adc37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f587c9b View commit details
    Browse the repository at this point in the history
  4. used pre-commit

    studyztp committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    6fd552d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85a6e69 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. removed exit event PCCOUNTTRACK_END and added exit_when_empty option …

    …for LoopPoint generator
    studyztp committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    991c945 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. cpu: fixup some style stuff for loopoints

    Change-Id: Id00174d016c8cb75ba34310761d3584c352a36bb
    Signed-off-by: Jason Lowe-Power <[email protected]>
    powerjg committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    47d980d View commit details
    Browse the repository at this point in the history