Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
revert D7219193 to unblock mobilelab loom runs
Browse files Browse the repository at this point in the history
Reviewed By: BurntBrunch

Differential Revision: D7293404

fbshipit-source-id: 6bc52cbeb0c88b9fd33042dae992667421ead4a5
  • Loading branch information
Jia Li authored and facebook-github-bot committed Mar 15, 2018
1 parent 37561c5 commit 5c74af1
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 62 deletions.
1 change: 0 additions & 1 deletion cpp/codegen/config/android.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@
'QPL_END',
'QPL_CANCEL',
'QPL_NOTE',
'QPL_POINT',

'TRACE_ANNOTATION',

Expand Down
4 changes: 2 additions & 2 deletions cpp/generated/EntryType.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// @generated SignedSource<<04a11582fb51403863026668f02d41df>>
// Copyright 2004-present Facebook. All Rights Reserved.
// @generated SignedSource<<97f4ec911f41ef2128b984e76f95622c>>

#include <stdexcept>
#include <profilo/entries/EntryType.h>
Expand Down Expand Up @@ -68,7 +69,6 @@ const char* to_string(EntryType type) {
case QPL_END: return "QPL_END";
case QPL_CANCEL: return "QPL_CANCEL";
case QPL_NOTE: return "QPL_NOTE";
case QPL_POINT: return "QPL_POINT";
case TRACE_ANNOTATION: return "TRACE_ANNOTATION";
case WAIT_START: return "WAIT_START";
case WAIT_END: return "WAIT_END";
Expand Down
58 changes: 29 additions & 29 deletions cpp/generated/EntryType.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// @generated SignedSource<<0ed14d5f82b04817aec0d935893beedb>>
// Copyright 2004-present Facebook. All Rights Reserved.
// @generated SignedSource<<52ad6bef5b55b370685ca87d22a7b899>>

#pragma once

Expand Down Expand Up @@ -65,34 +66,33 @@ enum EntryType {
QPL_END = 56,
QPL_CANCEL = 57,
QPL_NOTE = 58,
QPL_POINT = 59,
TRACE_ANNOTATION = 60,
WAIT_START = 61,
WAIT_END = 62,
WAIT_SIGNAL = 63,
STRING_KEY = 64,
STRING_VALUE = 65,
QPL_TAG = 66,
QPL_ANNOTATION = 67,
TRACE_THREAD_NAME = 68,
TRACE_PRE_END = 69,
TRACE_THREAD_PRI = 70,
MAJOR_FAULT = 71,
YARN_LOST_RECORDS = 72,
CLASS_LOAD = 73,
NATIVE_STACK_FRAME = 74,
NATIVE_LIB_MAPPING = 75,
JAVASCRIPT_STACK_FRAME = 76,
MESSAGE_START = 77,
MESSAGE_END = 78,
CLASS_VALUE = 79,
HTTP2_REQUEST_INITIATED = 80,
HTTP2_FRAME_HEADER = 81,
HTTP2_WINDOW_UPDATE = 82,
HTTP2_PRIORITY = 83,
PROCESS_LIST = 84,
IO_START = 85,
IO_END = 86,
TRACE_ANNOTATION = 59,
WAIT_START = 60,
WAIT_END = 61,
WAIT_SIGNAL = 62,
STRING_KEY = 63,
STRING_VALUE = 64,
QPL_TAG = 65,
QPL_ANNOTATION = 66,
TRACE_THREAD_NAME = 67,
TRACE_PRE_END = 68,
TRACE_THREAD_PRI = 69,
MAJOR_FAULT = 70,
YARN_LOST_RECORDS = 71,
CLASS_LOAD = 72,
NATIVE_STACK_FRAME = 73,
NATIVE_LIB_MAPPING = 74,
JAVASCRIPT_STACK_FRAME = 75,
MESSAGE_START = 76,
MESSAGE_END = 77,
CLASS_VALUE = 78,
HTTP2_REQUEST_INITIATED = 79,
HTTP2_FRAME_HEADER = 80,
HTTP2_WINDOW_UPDATE = 81,
HTTP2_PRIORITY = 82,
PROCESS_LIST = 83,
IO_START = 84,
IO_END = 85,
};


Expand Down
59 changes: 29 additions & 30 deletions cpp/generated/EntryType.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// @generated SignedSource<<30570a72d3ef33b4377a12983f96b805>>
// Copyright 2004-present Facebook. All Rights Reserved.
// @generated SignedSource<<dd55ac6d5b705dbc1f472d54bcd0b831>>

package com.facebook.profilo.entries;

Expand Down Expand Up @@ -63,34 +64,33 @@ public class EntryType {
public static final int QPL_END = 56;
public static final int QPL_CANCEL = 57;
public static final int QPL_NOTE = 58;
public static final int QPL_POINT = 59;
public static final int TRACE_ANNOTATION = 60;
public static final int WAIT_START = 61;
public static final int WAIT_END = 62;
public static final int WAIT_SIGNAL = 63;
public static final int STRING_KEY = 64;
public static final int STRING_VALUE = 65;
public static final int QPL_TAG = 66;
public static final int QPL_ANNOTATION = 67;
public static final int TRACE_THREAD_NAME = 68;
public static final int TRACE_PRE_END = 69;
public static final int TRACE_THREAD_PRI = 70;
public static final int MAJOR_FAULT = 71;
public static final int YARN_LOST_RECORDS = 72;
public static final int CLASS_LOAD = 73;
public static final int NATIVE_STACK_FRAME = 74;
public static final int NATIVE_LIB_MAPPING = 75;
public static final int JAVASCRIPT_STACK_FRAME = 76;
public static final int MESSAGE_START = 77;
public static final int MESSAGE_END = 78;
public static final int CLASS_VALUE = 79;
public static final int HTTP2_REQUEST_INITIATED = 80;
public static final int HTTP2_FRAME_HEADER = 81;
public static final int HTTP2_WINDOW_UPDATE = 82;
public static final int HTTP2_PRIORITY = 83;
public static final int PROCESS_LIST = 84;
public static final int IO_START = 85;
public static final int IO_END = 86;
public static final int TRACE_ANNOTATION = 59;
public static final int WAIT_START = 60;
public static final int WAIT_END = 61;
public static final int WAIT_SIGNAL = 62;
public static final int STRING_KEY = 63;
public static final int STRING_VALUE = 64;
public static final int QPL_TAG = 65;
public static final int QPL_ANNOTATION = 66;
public static final int TRACE_THREAD_NAME = 67;
public static final int TRACE_PRE_END = 68;
public static final int TRACE_THREAD_PRI = 69;
public static final int MAJOR_FAULT = 70;
public static final int YARN_LOST_RECORDS = 71;
public static final int CLASS_LOAD = 72;
public static final int NATIVE_STACK_FRAME = 73;
public static final int NATIVE_LIB_MAPPING = 74;
public static final int JAVASCRIPT_STACK_FRAME = 75;
public static final int MESSAGE_START = 76;
public static final int MESSAGE_END = 77;
public static final int CLASS_VALUE = 78;
public static final int HTTP2_REQUEST_INITIATED = 79;
public static final int HTTP2_FRAME_HEADER = 80;
public static final int HTTP2_WINDOW_UPDATE = 81;
public static final int HTTP2_PRIORITY = 82;
public static final int PROCESS_LIST = 83;
public static final int IO_START = 84;
public static final int IO_END = 85;

public static final String[] NAMES = {
"UNKNOWN_TYPE",
Expand Down Expand Up @@ -152,7 +152,6 @@ public class EntryType {
"QPL_END",
"QPL_CANCEL",
"QPL_NOTE",
"QPL_POINT",
"TRACE_ANNOTATION",
"WAIT_START",
"WAIT_END",
Expand Down

0 comments on commit 5c74af1

Please sign in to comment.