Skip to content
Snippets Groups Projects
  1. Aug 09, 2019
  2. Aug 08, 2019
  3. Aug 06, 2019
  4. Aug 01, 2019
  5. Jul 22, 2019
    • wadesong's avatar
      lrdp-v2: Add support for symbol retrieving from kallsyms · e3c3f38c
      wadesong authored
      Add code to retrieve module specific symbol info from per-module
      kallsyms nodes when CONFIG_KALLSYMS is defined. Symbols retrieved
      from kallsyms nodes will be more accurate because relocation
      has already been done when the per-module kallsyms nodes are
      formed.
      
      Add the following options to control how the symbol info will
      be recorded in lrdp-v2 output files:
      
      --dump_mod_sym_tbl: dump per-module symbol info retrieved from
                          module specific symbol files.
      --dump_krnl_sym_tbl: dump Linux kernel symbol info retrieved
                           from the kernel symbol file.
      --dump_mod_kallsyms: dump per-module symbol info retrieved from
                           per-module kallsyms node.
      --dump_glb_sym_tbl: dump everything in the global symbol lookup
                          table.
      
      Change-Id: Ic137eaf64a5e1f7203946d323efcd7527e3f1968
      e3c3f38c
  6. Jul 11, 2019
  7. Jul 10, 2019
  8. Jul 03, 2019
  9. Jul 02, 2019
  10. Jun 26, 2019
  11. Jun 21, 2019
  12. Jun 17, 2019
    • Tingwei Zhang's avatar
      dcc_parser: Fix dcc_parser issue for rd_mod_wr operation · 500a86ae
      Tingwei Zhang authored
      Rd_mod_wr operation is combined with two commands. For example,
          echo 0x091A9020 1 > $DCC_PATH/config
          echo 0x5 0x1 > $DCC_PATH/rd_mod_wr
      0x91A9020 is the register to be read and modified. The value of
      this register won't be written to DCC sink. Corret handle this
      in dcc parser by removing the address added by first command.
      
      Change-Id: I925c8c405f8997f000789808ccafec20d11eeee8
      500a86ae
  13. Jun 13, 2019
  14. Jun 04, 2019
  15. May 31, 2019
  16. May 29, 2019
  17. May 27, 2019
  18. May 24, 2019
    • wadesong's avatar
      lrdp-v2: Fix a use-before-init of mem_section · c414a739
      wadesong authored
      With the latest page tracking script, mem_section will not be
      initialized to a valid value in function parse(), unless Linux
      kernel version is greater than 3.19. This makes the script
      reporting an error when page owner info is parsed for msm-3.18,
      and thus page tracking info not saved successfully.
      
      Assign the default value to mem_section unconditionally before
      kernel version is checked.
      
      Change-Id: I60961ab204e0e4f4aac7213de3a80a5ed091e4a6
      c414a739
  19. May 22, 2019
  20. May 17, 2019
  21. May 11, 2019
    • Ankur Bansal's avatar
      lrdp_v2 : fix for broken ddrcompare · f44c5ad4
      Ankur Bansal authored
      Fix for broken ddrcompare.py when there is cycle found in thread group
      or task group it is continuously running.
      
      Change-Id: I0365af527b9a54eed04ade6d500859259a95c4fc
      f44c5ad4
  22. May 06, 2019
  23. May 04, 2019
  24. May 01, 2019
  25. Apr 27, 2019
  26. Apr 26, 2019
  27. Apr 25, 2019
  28. Apr 24, 2019
  29. Apr 23, 2019
  30. Apr 22, 2019
  31. Apr 20, 2019
  32. Apr 19, 2019
Loading