llvm-project/lldb/source/Host/linux
Ravitheja Addepally 99e376956d Implementation of Intel(R) Processor Trace support for Linux
Summary:
This patch implements support for Intel(R) Processor Trace
in lldb server. The changes have support for
starting/stopping and reading the trace data. The code
is only available on Linux versions where the perf
attributes for aux buffers are available.

The patch also consists of Unit tests for testing the
core buffer reading function.

Reviewers: lldb-commits, labath, clayborg, zturner, tberghammer

Reviewed By: labath, clayborg

Subscribers: mgorny

Differential Revision: https://reviews.llvm.org/D33674

llvm-svn: 306516
2017-06-28 07:58:31 +00:00
..
AbstractSocket.cpp Re-landing IPv6 support for LLDB Host 2017-04-26 23:17:20 +00:00
Host.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
HostInfoLinux.cpp Delete some dead code in HostInfo. 2017-03-21 04:01:59 +00:00
LibcGlue.cpp cmake: Put PROCESS_VM_READV detection results into Config.h 2017-06-02 12:29:08 +00:00
ProcessLauncherLinux.cpp Transform ProcessLauncherLinux to ProcessLauncherPosixFork 2017-02-01 14:30:40 +00:00
Support.cpp Implementation of Intel(R) Processor Trace support for Linux 2017-06-28 07:58:31 +00:00