Skip to content
Snippets Groups Projects
  1. Sep 01, 2019
  2. Aug 26, 2019
  3. Aug 22, 2019
  4. Aug 21, 2019
    • wadesong's avatar
      lrdp-v2: Change the cmd used to enable MMU · 9c6c65fb
      wadesong authored
      With some newer versions of Trace32, cmd PER.S.F cannot be used
      to setup the MMU related registers.
      
      Use PER.S.simple instead when enabling MMU support on 32-bit
      ARM platforms.
      
      Change-Id: I692ce4a2edaf1ff575e1df247ae51ab332d74166
      9c6c65fb
  5. Aug 19, 2019
    • wadesong's avatar
      lrdp-v2: Fix a corner case for kernel module symbol parsing · 74e69847
      wadesong authored
      When parsing kernel module symbols retrieved from kallsyms
      nodes, lrdp-v2 will unconditionally add address 0x0 when seeing
      it, which causes task stack unwinding showing a particular
      module's name for address 0x0.
      
      Add symbol address checking when parsing info retrieved from
      module specific kallsyms nodes, to avoid adding address 0x0 as
      undefined symbol for a particular module.
      
      Change-Id: I36cc8e6a3ffa3b76bf24fd881f26845983059472
      74e69847
  6. Aug 09, 2019
  7. Aug 08, 2019
  8. Aug 06, 2019
  9. Aug 01, 2019
  10. 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
  11. Jul 11, 2019
  12. Jul 10, 2019
  13. Jul 03, 2019
  14. Jul 02, 2019
  15. Jun 26, 2019
  16. Jun 21, 2019
  17. 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
  18. Jun 13, 2019
  19. Jun 04, 2019
  20. May 31, 2019
  21. May 29, 2019
  22. May 27, 2019
  23. 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
  24. May 22, 2019
  25. May 17, 2019
  26. 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
  27. May 06, 2019
  28. May 04, 2019
  29. May 01, 2019
  30. Apr 27, 2019
  31. Apr 26, 2019
  32. Apr 25, 2019
Loading