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:
Nazım Can Altınova 2024-09-16 21:09:34 +00:00
Родитель c90e007aa4
Коммит 6b1d8370ec
17 изменённых файлов: 19 добавлений и 19 удалений

Просмотреть файл

@ -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"