Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(289)

Side by Side Diff: ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c

Issue 17555005: Add events with custom timestamps and thread id to PPAPI dev tracing interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ppapi/c/dev/ppb_trace_event_dev.h ('k') | ppapi/ppapi_sources.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. 3 * found in the LICENSE file.
4 */ 4 */
5 5
6 /* NOTE: this is auto-generated from IDL */ 6 /* NOTE: this is auto-generated from IDL */
7 #include "ppapi/generators/pnacl_shim.h" 7 #include "ppapi/generators/pnacl_shim.h"
8 8
9 #include "ppapi/c/ppb.h" 9 #include "ppapi/c/ppb.h"
10 #include "ppapi/c/dev/ppb_audio_input_dev.h" 10 #include "ppapi/c/dev/ppb_audio_input_dev.h"
(...skipping 1846 matching lines...) Expand 10 before | Expand all | Expand 10 after
1857 } 1857 }
1858 1858
1859 /* End wrapper methods for PPB_Testing_Dev_0_92 */ 1859 /* End wrapper methods for PPB_Testing_Dev_0_92 */
1860 1860
1861 /* Not generating wrapper methods for PPB_TextInput_Dev_0_1 */ 1861 /* Not generating wrapper methods for PPB_TextInput_Dev_0_1 */
1862 1862
1863 /* Not generating wrapper methods for PPB_TextInput_Dev_0_2 */ 1863 /* Not generating wrapper methods for PPB_TextInput_Dev_0_2 */
1864 1864
1865 /* Not generating wrapper methods for PPB_Trace_Event_Dev_0_1 */ 1865 /* Not generating wrapper methods for PPB_Trace_Event_Dev_0_1 */
1866 1866
1867 /* Not generating wrapper methods for PPB_Trace_Event_Dev_0_2 */
1868
1867 /* Begin wrapper methods for PPB_TrueTypeFont_Dev_0_1 */ 1869 /* Begin wrapper methods for PPB_TrueTypeFont_Dev_0_1 */
1868 1870
1869 static int32_t Pnacl_M26_PPB_TrueTypeFont_Dev_GetFontFamilies(PP_Instance instan ce, struct PP_ArrayOutput* output, struct PP_CompletionCallback* callback) { 1871 static int32_t Pnacl_M26_PPB_TrueTypeFont_Dev_GetFontFamilies(PP_Instance instan ce, struct PP_ArrayOutput* output, struct PP_CompletionCallback* callback) {
1870 const struct PPB_TrueTypeFont_Dev_0_1 *iface = Pnacl_WrapperInfo_PPB_TrueTypeF ont_Dev_0_1.real_iface; 1872 const struct PPB_TrueTypeFont_Dev_0_1 *iface = Pnacl_WrapperInfo_PPB_TrueTypeF ont_Dev_0_1.real_iface;
1871 return iface->GetFontFamilies(instance, *output, *callback); 1873 return iface->GetFontFamilies(instance, *output, *callback);
1872 } 1874 }
1873 1875
1874 static int32_t Pnacl_M26_PPB_TrueTypeFont_Dev_GetFontsInFamily(PP_Instance insta nce, struct PP_Var* family, struct PP_ArrayOutput* output, struct PP_CompletionC allback* callback) { 1876 static int32_t Pnacl_M26_PPB_TrueTypeFont_Dev_GetFontsInFamily(PP_Instance insta nce, struct PP_Var* family, struct PP_ArrayOutput* output, struct PP_CompletionC allback* callback) {
1875 const struct PPB_TrueTypeFont_Dev_0_1 *iface = Pnacl_WrapperInfo_PPB_TrueTypeF ont_Dev_0_1.real_iface; 1877 const struct PPB_TrueTypeFont_Dev_0_1 *iface = Pnacl_WrapperInfo_PPB_TrueTypeF ont_Dev_0_1.real_iface;
1876 return iface->GetFontsInFamily(instance, *family, *output, *callback); 1878 return iface->GetFontsInFamily(instance, *family, *output, *callback);
(...skipping 2372 matching lines...) Expand 10 before | Expand all | Expand 10 after
4249 .GetLiveVars = (uint32_t (*)(struct PP_Var live_vars[], uint32_t array_size) )&Pnacl_M28_PPB_Testing_Dev_GetLiveVars, 4251 .GetLiveVars = (uint32_t (*)(struct PP_Var live_vars[], uint32_t array_size) )&Pnacl_M28_PPB_Testing_Dev_GetLiveVars,
4250 .SetMinimumArrayBufferSizeForShmem = (void (*)(PP_Instance instance, uint32_ t threshold))&Pnacl_M28_PPB_Testing_Dev_SetMinimumArrayBufferSizeForShmem 4252 .SetMinimumArrayBufferSizeForShmem = (void (*)(PP_Instance instance, uint32_ t threshold))&Pnacl_M28_PPB_Testing_Dev_SetMinimumArrayBufferSizeForShmem
4251 }; 4253 };
4252 4254
4253 /* Not generating wrapper interface for PPB_TextInput_Dev_0_1 */ 4255 /* Not generating wrapper interface for PPB_TextInput_Dev_0_1 */
4254 4256
4255 /* Not generating wrapper interface for PPB_TextInput_Dev_0_2 */ 4257 /* Not generating wrapper interface for PPB_TextInput_Dev_0_2 */
4256 4258
4257 /* Not generating wrapper interface for PPB_Trace_Event_Dev_0_1 */ 4259 /* Not generating wrapper interface for PPB_Trace_Event_Dev_0_1 */
4258 4260
4261 /* Not generating wrapper interface for PPB_Trace_Event_Dev_0_2 */
4262
4259 struct PPB_TrueTypeFont_Dev_0_1 Pnacl_Wrappers_PPB_TrueTypeFont_Dev_0_1 = { 4263 struct PPB_TrueTypeFont_Dev_0_1 Pnacl_Wrappers_PPB_TrueTypeFont_Dev_0_1 = {
4260 .GetFontFamilies = (int32_t (*)(PP_Instance instance, struct PP_ArrayOutput output, struct PP_CompletionCallback callback))&Pnacl_M26_PPB_TrueTypeFont_Dev_G etFontFamilies, 4264 .GetFontFamilies = (int32_t (*)(PP_Instance instance, struct PP_ArrayOutput output, struct PP_CompletionCallback callback))&Pnacl_M26_PPB_TrueTypeFont_Dev_G etFontFamilies,
4261 .GetFontsInFamily = (int32_t (*)(PP_Instance instance, struct PP_Var family, struct PP_ArrayOutput output, struct PP_CompletionCallback callback))&Pnacl_M26 _PPB_TrueTypeFont_Dev_GetFontsInFamily, 4265 .GetFontsInFamily = (int32_t (*)(PP_Instance instance, struct PP_Var family, struct PP_ArrayOutput output, struct PP_CompletionCallback callback))&Pnacl_M26 _PPB_TrueTypeFont_Dev_GetFontsInFamily,
4262 .Create = (PP_Resource (*)(PP_Instance instance, const struct PP_TrueTypeFon tDesc_Dev* desc))&Pnacl_M26_PPB_TrueTypeFont_Dev_Create, 4266 .Create = (PP_Resource (*)(PP_Instance instance, const struct PP_TrueTypeFon tDesc_Dev* desc))&Pnacl_M26_PPB_TrueTypeFont_Dev_Create,
4263 .IsTrueTypeFont = (PP_Bool (*)(PP_Resource resource))&Pnacl_M26_PPB_TrueType Font_Dev_IsTrueTypeFont, 4267 .IsTrueTypeFont = (PP_Bool (*)(PP_Resource resource))&Pnacl_M26_PPB_TrueType Font_Dev_IsTrueTypeFont,
4264 .Describe = (int32_t (*)(PP_Resource font, struct PP_TrueTypeFontDesc_Dev* d esc, struct PP_CompletionCallback callback))&Pnacl_M26_PPB_TrueTypeFont_Dev_Desc ribe, 4268 .Describe = (int32_t (*)(PP_Resource font, struct PP_TrueTypeFontDesc_Dev* d esc, struct PP_CompletionCallback callback))&Pnacl_M26_PPB_TrueTypeFont_Dev_Desc ribe,
4265 .GetTableTags = (int32_t (*)(PP_Resource font, struct PP_ArrayOutput output, struct PP_CompletionCallback callback))&Pnacl_M26_PPB_TrueTypeFont_Dev_GetTable Tags, 4269 .GetTableTags = (int32_t (*)(PP_Resource font, struct PP_ArrayOutput output, struct PP_CompletionCallback callback))&Pnacl_M26_PPB_TrueTypeFont_Dev_GetTable Tags,
4266 .GetTable = (int32_t (*)(PP_Resource font, uint32_t table, int32_t offset, i nt32_t max_data_length, struct PP_ArrayOutput output, struct PP_CompletionCallba ck callback))&Pnacl_M26_PPB_TrueTypeFont_Dev_GetTable 4270 .GetTable = (int32_t (*)(PP_Resource font, uint32_t table, int32_t offset, i nt32_t max_data_length, struct PP_ArrayOutput output, struct PP_CompletionCallba ck callback))&Pnacl_M26_PPB_TrueTypeFont_Dev_GetTable
4267 }; 4271 };
4268 4272
(...skipping 1218 matching lines...) Expand 10 before | Expand all | Expand 10 after
5487 if (NULL == iface) return NULL; 5491 if (NULL == iface) return NULL;
5488 wrapper->real_iface = iface; 5492 wrapper->real_iface = iface;
5489 } 5493 }
5490 5494
5491 if (wrapper->wrapped_iface) { 5495 if (wrapper->wrapped_iface) {
5492 return wrapper->wrapped_iface; 5496 return wrapper->wrapped_iface;
5493 } else { 5497 } else {
5494 return wrapper->real_iface; 5498 return wrapper->real_iface;
5495 } 5499 }
5496 } 5500 }
OLDNEW
« no previous file with comments | « ppapi/c/dev/ppb_trace_event_dev.h ('k') | ppapi/ppapi_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698