зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1634785 - Rename BaseProfilerSharedLibraries.h to SharedLibraries.h r=mstange,profiler-reviewers
Now that we only have one implementation of this code, we don't have to differentiate it with "BaseProfiler". Differential Revision: https://phabricator.services.mozilla.com/D220888
This commit is contained in:
Родитель
c90e007aa4
Коммит
6b1d8370ec
|
@ -26,7 +26,7 @@
|
|||
|
||||
#include "EHABIStackWalk.h"
|
||||
|
||||
#include "BaseProfilerSharedLibraries.h"
|
||||
#include "SharedLibraries.h"
|
||||
#include "platform.h"
|
||||
|
||||
#include "mozilla/Atomics.h"
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
#include "ProfilerBacktrace.h"
|
||||
#include "ProfileBuffer.h"
|
||||
#include "RegisteredThread.h"
|
||||
#include "BaseProfilerSharedLibraries.h"
|
||||
#include "SharedLibraries.h"
|
||||
#include "ThreadInfo.h"
|
||||
#include "VTuneProfiler.h"
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "BaseProfilerSharedLibraries.h"
|
||||
#include "SharedLibraries.h"
|
||||
|
||||
#define PATH_MAX_TOSTRING(x) #x
|
||||
#define PATH_MAX_STRING(x) PATH_MAX_TOSTRING(x)
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "BaseProfilerSharedLibraries.h"
|
||||
#include "SharedLibraries.h"
|
||||
|
||||
#include "platform.h"
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
#include <windows.h>
|
||||
|
||||
#include "BaseProfilerSharedLibraries.h"
|
||||
#include "SharedLibraries.h"
|
||||
|
||||
#include "mozilla/glue/WindowsUnicode.h"
|
||||
#include "mozilla/NativeNt.h"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
#include "AutoObjectMapper.h"
|
||||
#include "BaseProfiler.h"
|
||||
#include "BaseProfilerSharedLibraries.h"
|
||||
#include "SharedLibraries.h"
|
||||
#include "platform.h"
|
||||
#include "PlatformMacros.h"
|
||||
#include "LulMain.h"
|
||||
|
|
|
@ -75,8 +75,8 @@ GeneratedFile(
|
|||
EXPORTS += [
|
||||
"!public/ProfilingCategoryList.h",
|
||||
"public/BaseProfiler.h",
|
||||
"public/BaseProfilerSharedLibraries.h",
|
||||
"public/BaseProfilingCategory.h",
|
||||
"public/SharedLibraries.h",
|
||||
]
|
||||
|
||||
EXPORTS.mozilla += [
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifndef BASE_PROFILER_SHARED_LIBRARIES_H_
|
||||
#define BASE_PROFILER_SHARED_LIBRARIES_H_
|
||||
#ifndef SHARED_LIBRARIES_H_
|
||||
#define SHARED_LIBRARIES_H_
|
||||
|
||||
#include "BaseProfiler.h"
|
||||
|
||||
|
@ -189,4 +189,4 @@ class SharedLibraryInfo {
|
|||
friend struct IPC::ParamTraits<SharedLibraryInfo>;
|
||||
};
|
||||
|
||||
#endif // BASE_PROFILER_SHARED_LIBRARIES_H_
|
||||
#endif // SHARED_LIBRARIES_H_
|
|
@ -20,7 +20,7 @@
|
|||
#include "mozilla/GfxMessageUtils.h" // For ParamTraits<GeckoProcessType>
|
||||
#include "mozilla/ResultExtensions.h"
|
||||
#include "mozilla/Try.h"
|
||||
#include "BaseProfilerSharedLibraries.h"
|
||||
#include "SharedLibraries.h"
|
||||
|
||||
static const char MAGIC[] = "permahangsavev1";
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#include "mozilla/ipc/MessageChannel.h"
|
||||
#include "mozilla/Vector.h"
|
||||
#include "nsStringFwd.h"
|
||||
#include "BaseProfilerSharedLibraries.h"
|
||||
#include "SharedLibraries.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace Telemetry {
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#include "nsITelemetry.h"
|
||||
#include "nsUnicharUtils.h"
|
||||
#include "nsXULAppAPI.h"
|
||||
#include "BaseProfilerSharedLibraries.h"
|
||||
#include "SharedLibraries.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace Telemetry {
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include "EHABIStackWalk.h"
|
||||
|
||||
#include "BaseProfilerSharedLibraries.h"
|
||||
#include "SharedLibraries.h"
|
||||
#include "platform.h"
|
||||
|
||||
#include "mozilla/Atomics.h"
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
#include "nsDebug.h"
|
||||
#include "nsISupports.h"
|
||||
#include "nsXPCOM.h"
|
||||
#include "BaseProfilerSharedLibraries.h"
|
||||
#include "SharedLibraries.h"
|
||||
#include "VTuneProfiler.h"
|
||||
#include "ETWTools.h"
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
#include "mozilla/UniquePtr.h"
|
||||
#include "mozilla/Vector.h"
|
||||
#include "nsString.h"
|
||||
#include "BaseProfilerSharedLibraries.h"
|
||||
#include "SharedLibraries.h"
|
||||
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
#include "nsString.h"
|
||||
#include "nsThreadUtils.h"
|
||||
#include "platform.h"
|
||||
#include "BaseProfilerSharedLibraries.h"
|
||||
#include "SharedLibraries.h"
|
||||
#include "zlib.h"
|
||||
|
||||
#ifndef ANDROID
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#include "platform.h"
|
||||
#include "PlatformMacros.h"
|
||||
#include "LulMain.h"
|
||||
#include "BaseProfilerSharedLibraries.h"
|
||||
#include "SharedLibraries.h"
|
||||
#include "AutoObjectMapper.h"
|
||||
|
||||
// Contains miscellaneous helpers that are used to connect the Gecko Profiler
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#ifndef ProfileAdditionalInformation_h
|
||||
#define ProfileAdditionalInformation_h
|
||||
|
||||
#include "BaseProfilerSharedLibraries.h"
|
||||
#include "SharedLibraries.h"
|
||||
#include "js/Value.h"
|
||||
#include "nsString.h"
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче