http://bugs.llvm.org/show_bug.cgi?id=32148

            Bug ID: 32148
           Summary: Make XRay support timestamp emulation in x86_64
           Product: XRay
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Runtime
          Assignee: dber...@google.com
          Reporter: dber...@google.com
                CC: llvm-bugs@lists.llvm.org, r...@google.com

Currently, XRay hard-fails to initialise on x86_64 machines that don't have
support for rdtscp enabled to user-space programs. Some POSIX operating systems
disable these for various reasons.

We currently have an alternative implementation being used in non-x86_64
systems where we don't have a user-space available cycle counter implementation
that emulates the tsc data. XRay should instead try to use this implementation
(or something very similar) instead of hard-failing to initialise.

This currently shows up in some build bots as test failures for XRay runtime
tests where it fails to detect rdstcp support.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to