mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 14:26:09 +03:00
base: Disable trace event
This allows builds with enable_base_tracing=false.
This commit is contained in:
parent
e0e21e05a4
commit
dd72358ac4
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
#include "base/tracing_buildflags.h"
|
#include "base/tracing_buildflags.h"
|
||||||
|
|
||||||
#if BUILDFLAG(ENABLE_BASE_TRACING)
|
#if 1
|
||||||
#include "third_party/perfetto/include/perfetto/tracing/traced_value_forward.h" // nogncheck
|
#include "third_party/perfetto/include/perfetto/tracing/traced_value_forward.h" // nogncheck
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
@ -5,6 +5,8 @@
|
|||||||
#ifndef BASE_TRACE_EVENT_MEMORY_ALLOCATOR_DUMP_H_
|
#ifndef BASE_TRACE_EVENT_MEMORY_ALLOCATOR_DUMP_H_
|
||||||
#define BASE_TRACE_EVENT_MEMORY_ALLOCATOR_DUMP_H_
|
#define BASE_TRACE_EVENT_MEMORY_ALLOCATOR_DUMP_H_
|
||||||
|
|
||||||
|
#include "base/trace_event/trace_event_stub.h"
|
||||||
|
#if 0
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include <iosfwd>
|
#include <iosfwd>
|
||||||
@ -160,4 +162,5 @@ void BASE_EXPORT PrintTo(const MemoryAllocatorDump::Entry&, std::ostream*);
|
|||||||
} // namespace trace_event
|
} // namespace trace_event
|
||||||
} // namespace base
|
} // namespace base
|
||||||
|
|
||||||
|
#endif
|
||||||
#endif // BASE_TRACE_EVENT_MEMORY_ALLOCATOR_DUMP_H_
|
#endif // BASE_TRACE_EVENT_MEMORY_ALLOCATOR_DUMP_H_
|
||||||
|
@ -5,6 +5,8 @@
|
|||||||
#ifndef BASE_TRACE_EVENT_MEMORY_DUMP_MANAGER_H_
|
#ifndef BASE_TRACE_EVENT_MEMORY_DUMP_MANAGER_H_
|
||||||
#define BASE_TRACE_EVENT_MEMORY_DUMP_MANAGER_H_
|
#define BASE_TRACE_EVENT_MEMORY_DUMP_MANAGER_H_
|
||||||
|
|
||||||
|
#include "base/trace_event/trace_event_stub.h"
|
||||||
|
#if 0
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
@ -266,4 +268,5 @@ class BASE_EXPORT MemoryDumpManager {
|
|||||||
} // namespace trace_event
|
} // namespace trace_event
|
||||||
} // namespace base
|
} // namespace base
|
||||||
|
|
||||||
|
#endif
|
||||||
#endif // BASE_TRACE_EVENT_MEMORY_DUMP_MANAGER_H_
|
#endif // BASE_TRACE_EVENT_MEMORY_DUMP_MANAGER_H_
|
||||||
|
@ -5,6 +5,8 @@
|
|||||||
#ifndef BASE_TRACE_EVENT_MEMORY_DUMP_PROVIDER_H_
|
#ifndef BASE_TRACE_EVENT_MEMORY_DUMP_PROVIDER_H_
|
||||||
#define BASE_TRACE_EVENT_MEMORY_DUMP_PROVIDER_H_
|
#define BASE_TRACE_EVENT_MEMORY_DUMP_PROVIDER_H_
|
||||||
|
|
||||||
|
#include "base/trace_event/trace_event_stub.h"
|
||||||
|
#if 0
|
||||||
#include "base/base_export.h"
|
#include "base/base_export.h"
|
||||||
#include "base/process/process_handle.h"
|
#include "base/process/process_handle.h"
|
||||||
#include "base/trace_event/memory_dump_request_args.h"
|
#include "base/trace_event/memory_dump_request_args.h"
|
||||||
@ -48,4 +50,5 @@ class BASE_EXPORT MemoryDumpProvider {
|
|||||||
} // namespace trace_event
|
} // namespace trace_event
|
||||||
} // namespace base
|
} // namespace base
|
||||||
|
|
||||||
|
#endif
|
||||||
#endif // BASE_TRACE_EVENT_MEMORY_DUMP_PROVIDER_H_
|
#endif // BASE_TRACE_EVENT_MEMORY_DUMP_PROVIDER_H_
|
||||||
|
@ -5,6 +5,8 @@
|
|||||||
#ifndef BASE_TRACE_EVENT_PROCESS_MEMORY_DUMP_H_
|
#ifndef BASE_TRACE_EVENT_PROCESS_MEMORY_DUMP_H_
|
||||||
#define BASE_TRACE_EVENT_PROCESS_MEMORY_DUMP_H_
|
#define BASE_TRACE_EVENT_PROCESS_MEMORY_DUMP_H_
|
||||||
|
|
||||||
|
#include "base/trace_event/trace_event_stub.h"
|
||||||
|
#if 0
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
@ -294,4 +296,5 @@ class BASE_EXPORT ProcessMemoryDump {
|
|||||||
} // namespace trace_event
|
} // namespace trace_event
|
||||||
} // namespace base
|
} // namespace base
|
||||||
|
|
||||||
|
#endif
|
||||||
#endif // BASE_TRACE_EVENT_PROCESS_MEMORY_DUMP_H_
|
#endif // BASE_TRACE_EVENT_PROCESS_MEMORY_DUMP_H_
|
||||||
|
@ -5,6 +5,8 @@
|
|||||||
#ifndef BASE_TRACE_EVENT_TRACE_EVENT_H_
|
#ifndef BASE_TRACE_EVENT_TRACE_EVENT_H_
|
||||||
#define BASE_TRACE_EVENT_TRACE_EVENT_H_
|
#define BASE_TRACE_EVENT_TRACE_EVENT_H_
|
||||||
|
|
||||||
|
#include "base/trace_event/trace_event_stub.h"
|
||||||
|
#if 0
|
||||||
// This header file defines implementation details of how the trace macros in
|
// This header file defines implementation details of how the trace macros in
|
||||||
// trace_event_common.h collect and store trace events. Anything not
|
// trace_event_common.h collect and store trace events. Anything not
|
||||||
// implementation-specific should go in trace_event_common.h instead of here.
|
// implementation-specific should go in trace_event_common.h instead of here.
|
||||||
@ -805,4 +807,5 @@ class TraceScopedTrackableObject {
|
|||||||
} // namespace trace_event
|
} // namespace trace_event
|
||||||
} // namespace base
|
} // namespace base
|
||||||
|
|
||||||
|
#endif
|
||||||
#endif // BASE_TRACE_EVENT_TRACE_EVENT_H_
|
#endif // BASE_TRACE_EVENT_TRACE_EVENT_H_
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
#include "base/trace_event/memory_usage_estimator.h"
|
||||||
#include "base/trace_event/trace_event_stub.h"
|
#include "base/trace_event/trace_event_stub.h"
|
||||||
|
|
||||||
namespace base {
|
namespace base {
|
||||||
@ -20,6 +21,14 @@ MemoryDumpProvider::~MemoryDumpProvider() = default;
|
|||||||
// static
|
// static
|
||||||
constexpr const char* const MemoryDumpManager::kTraceCategory;
|
constexpr const char* const MemoryDumpManager::kTraceCategory;
|
||||||
|
|
||||||
|
MemoryDumpManager g_stub_memory_dump_manager;
|
||||||
|
MemoryDumpManager* MemoryDumpManager::GetInstance() {
|
||||||
|
return &g_stub_memory_dump_manager;
|
||||||
|
}
|
||||||
|
|
||||||
|
template size_t EstimateMemoryUsage(const std::string&);
|
||||||
|
template size_t EstimateMemoryUsage(const std::u16string&);
|
||||||
|
|
||||||
} // namespace trace_event
|
} // namespace trace_event
|
||||||
} // namespace base
|
} // namespace base
|
||||||
|
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#include "base/base_export.h"
|
#include "base/base_export.h"
|
||||||
|
#include "base/check.h"
|
||||||
|
#include "base/memory/ref_counted.h"
|
||||||
|
#include "base/single_thread_task_runner.h"
|
||||||
#include "base/strings/string_piece.h"
|
#include "base/strings/string_piece.h"
|
||||||
#include "base/trace_event/common/trace_event_common.h"
|
#include "base/trace_event/common/trace_event_common.h"
|
||||||
#include "base/trace_event/memory_allocator_dump_guid.h"
|
#include "base/trace_event/memory_allocator_dump_guid.h"
|
||||||
@ -172,10 +175,51 @@ class BASE_EXPORT MemoryDumpProvider {
|
|||||||
MemoryDumpProvider() = default;
|
MemoryDumpProvider() = default;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
class BASE_EXPORT MemoryAllocatorDump {
|
||||||
|
public:
|
||||||
|
static constexpr char* kNameSize = nullptr;
|
||||||
|
static constexpr char* kNameObjectCount = nullptr;
|
||||||
|
static constexpr char* kUnitsBytes = nullptr;
|
||||||
|
static constexpr char* kUnitsObjects = nullptr;
|
||||||
|
static constexpr char* kTypeScalar = nullptr;
|
||||||
|
static constexpr char* kTypeString = nullptr;
|
||||||
|
void AddScalar(const char* name, const char* units, uint64_t value) {}
|
||||||
|
void AddString(const char* name,
|
||||||
|
const char* units,
|
||||||
|
const std::string& value) {}
|
||||||
|
const std::string& absolute_name() const { return absolute_name_; }
|
||||||
|
const MemoryAllocatorDumpGuid& guid() const { return guid_; }
|
||||||
|
|
||||||
|
private:
|
||||||
|
const std::string absolute_name_;
|
||||||
|
MemoryAllocatorDumpGuid guid_;
|
||||||
|
};
|
||||||
|
|
||||||
|
class BASE_EXPORT ProcessMemoryDump {
|
||||||
|
public:
|
||||||
|
MemoryAllocatorDump* CreateAllocatorDump(const std::string& absolute_name) {
|
||||||
|
CHECK(false);
|
||||||
|
return nullptr;
|
||||||
|
}
|
||||||
|
MemoryAllocatorDump* GetAllocatorDump(
|
||||||
|
const std::string& absolute_name) const {
|
||||||
|
CHECK(false);
|
||||||
|
return nullptr;
|
||||||
|
}
|
||||||
|
void AddOwnershipEdge(const MemoryAllocatorDumpGuid& source,
|
||||||
|
const MemoryAllocatorDumpGuid& target) {}
|
||||||
|
};
|
||||||
|
|
||||||
class BASE_EXPORT MemoryDumpManager {
|
class BASE_EXPORT MemoryDumpManager {
|
||||||
public:
|
public:
|
||||||
static constexpr const char* const kTraceCategory =
|
static constexpr const char* const kTraceCategory =
|
||||||
TRACE_DISABLED_BY_DEFAULT("memory-infra");
|
TRACE_DISABLED_BY_DEFAULT("memory-infra");
|
||||||
|
static MemoryDumpManager* GetInstance();
|
||||||
|
void RegisterDumpProvider(MemoryDumpProvider* mdp,
|
||||||
|
const char* name,
|
||||||
|
scoped_refptr<SingleThreadTaskRunner> task_runner) {
|
||||||
|
}
|
||||||
|
void UnregisterDumpProvider(MemoryDumpProvider* mdp) {}
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace trace_event
|
} // namespace trace_event
|
||||||
|
@ -665,8 +665,6 @@ component("net") {
|
|||||||
"log/net_log_values.h",
|
"log/net_log_values.h",
|
||||||
"log/net_log_with_source.cc",
|
"log/net_log_with_source.cc",
|
||||||
"log/net_log_with_source.h",
|
"log/net_log_with_source.h",
|
||||||
"log/trace_net_log_observer.cc",
|
|
||||||
"log/trace_net_log_observer.h",
|
|
||||||
"nqe/cached_network_quality.cc",
|
"nqe/cached_network_quality.cc",
|
||||||
"nqe/cached_network_quality.h",
|
"nqe/cached_network_quality.h",
|
||||||
"nqe/connectivity_monitor.cc",
|
"nqe/connectivity_monitor.cc",
|
||||||
|
Loading…
Reference in New Issue
Block a user