1. 27 Jun, 2016 1 commit
    • Yabin Cui's avatar
      Simpleperf: fix flaky tests. · a486a4b8
      Yabin Cui authored
      Simpleperf stat/record command may need 1 second to set security.perf_harden
      property. So the monitored child threads should run longer than 1 second.
      
      Bug: 29763505
      Change-Id: I9bf6dcba03f3fc5c91130f38a08ce0062e104103
      a486a4b8
  2. 16 Jun, 2016 1 commit
  3. 15 Jun, 2016 2 commits
  4. 14 Jun, 2016 2 commits
  5. 11 Jun, 2016 2 commits
  6. 10 Jun, 2016 1 commit
  7. 07 Jun, 2016 1 commit
  8. 06 Jun, 2016 1 commit
  9. 30 May, 2016 1 commit
  10. 27 May, 2016 9 commits
  11. 10 May, 2016 1 commit
    • Paul Crowley's avatar
      Fail with an error if we can't read the policy for encryption · 8d53b961
      Paul Crowley authored
      The absence of a policy reference in the unencrypted directory now
      causes e4crypt_set_directory_policy to fail with an error. Callers
      should call e4crypt_is_native (now moved into here) before calling this.
      
      Bug: 28318405
      Change-Id: I209292aba3abad3b19105c9afe2b84e8b3dd6874
      8d53b961
  12. 29 Apr, 2016 2 commits
  13. 16 Apr, 2016 1 commit
  14. 14 Apr, 2016 1 commit
    • Yabin Cui's avatar
      simpleperf: use libbacktrace_offline static library. · 2362310b
      Yabin Cui authored
      Device may not have libbacktrace_offline shared library, so always
      using libbacktrace_offline static library.
      Use simpleperf namespace to avoid conflicts with ThreadEntry in
      libbacktrace.
      
      Bug: 28152982
      Change-Id: Ia2cdbee3b28556c790ccd7b061a801ed96f9b97c
      (cherry picked from commit 040f7b4c)
      2362310b
  15. 08 Apr, 2016 2 commits
  16. 06 Apr, 2016 1 commit
  17. 05 Apr, 2016 1 commit
  18. 04 Apr, 2016 1 commit
  19. 31 Mar, 2016 1 commit
  20. 29 Mar, 2016 4 commits
  21. 28 Mar, 2016 1 commit
  22. 26 Mar, 2016 2 commits
    • Yabin Cui's avatar
      Simpleperf: remove dependency on global current_arch. · e435e7d8
      Yabin Cui authored
      When running unit tests on arm64 devices:
      [OK] ReportCommandTest.dwarf_callgraph
      [OK] record_cmd.dwarf_callchain_sampling.
      ERROR: can't unwind data recorded on a different architecture.
      
      It is because ReportCommandtest.dwarf_callgraph opens a perf.data
      recorded on x86_64, and changes current_arch. It causes a problem when
      the test record_cmd.dwarf_callchain_sampling calls libbacktrace built
      on aarch64. Athough it doesn't make the test fail, we should fix this.
      
      Bug: 27860749
      
      Change-Id: I2cd70369a769ef2199cab2302b8b824369be0907
      (cherry picked from commit 48460892)
      e435e7d8
    • Yabin Cui's avatar
      simpleperf: don't looking for _text symbol in /proc/kallsyms. · 9fbb28cc
      Yabin Cui authored
      simpleperf looks for _text symbol in /proc/kallsyms to get
      kernel address space information. But that info is no longer
      needed. As some kernels don't have _text symbol, we should
      remove the corresponding code.
      
      Bug: 27814103
      Change-Id: I4eb9869b58c51846c99b1204f304cd107a0eb354
      (cherry picked from commit 7134f388)
      9fbb28cc
  23. 22 Mar, 2016 1 commit
    • dcashman's avatar
      aslr_test: Fix typo. · b543b4ed
      dcashman authored
      Bug: 26512380
      Change-Id: Ia65986700f198a0f09db4a45a7d1bde173e557e6
      b543b4ed