]> git.ipfire.org Git - thirdparty/squid.git/blob - lib/profiler/xprof_type.h
Merged from trunk r12948.
[thirdparty/squid.git] / lib / profiler / xprof_type.h
1 #ifndef _PROFILER_XPROF_TYPE_H_
2 #define _PROFILER_XPROF_TYPE_H_
3 /* AUTO-GENERATED FILE */
4 #if USE_XPROF_STATS
5 typedef enum {
6 XPROF_PROF_UNACCOUNTED,
7 XPROF_ACL_matches,
8 XPROF_HttpHeaderClean,
9 XPROF_HttpHeaderParse,
10 XPROF_HttpHeader_getCc,
11 XPROF_HttpMsg_httpMsgParseStep,
12 XPROF_HttpParserParseReqLine,
13 XPROF_HttpStateData_processReplyBody,
14 XPROF_HttpStateData_processReplyHeader,
15 XPROF_HttpStateData_readReply,
16 XPROF_InvokeHandlers,
17 XPROF_MemBuf_append,
18 XPROF_MemBuf_consume,
19 XPROF_MemBuf_consumeWhitespace,
20 XPROF_MemBuf_grow,
21 XPROF_MemObject_write,
22 XPROF_PROF_OVERHEAD,
23 XPROF_SignalEngine_checkEvents,
24 XPROF_StoreEntry_write,
25 XPROF_StringAllocAndFill,
26 XPROF_StringAppend,
27 XPROF_StringClean,
28 XPROF_StringInitBuf,
29 XPROF_StringReset,
30 XPROF_aclCheckFast,
31 XPROF_calloc,
32 XPROF_clientSocketRecipient,
33 XPROF_commHandleWrite,
34 XPROF_comm_accept,
35 XPROF_comm_check_incoming,
36 XPROF_comm_close,
37 XPROF_comm_connect_addr,
38 XPROF_comm_handle_ready_fd,
39 XPROF_comm_open,
40 XPROF_comm_poll_normal,
41 XPROF_comm_poll_prep_pfds,
42 XPROF_comm_read_handler,
43 XPROF_comm_udp_sendto,
44 XPROF_comm_write_handler,
45 XPROF_diskHandleRead,
46 XPROF_diskHandleWrite,
47 XPROF_esiExpressionEval,
48 XPROF_esiParsing,
49 XPROF_esiProcessing,
50 XPROF_eventRun,
51 XPROF_file_close,
52 XPROF_file_open,
53 XPROF_file_read,
54 XPROF_file_write,
55 XPROF_free,
56 XPROF_free_const,
57 XPROF_hash_lookup,
58 XPROF_headersEnd,
59 XPROF_httpRequestFree,
60 XPROF_httpStart,
61 XPROF_malloc,
62 XPROF_mem_hdr_write,
63 XPROF_parseHttpRequest,
64 XPROF_read,
65 XPROF_realloc,
66 XPROF_recv,
67 XPROF_send,
68 XPROF_storeClient_kickReads,
69 XPROF_storeDirCallback,
70 XPROF_storeGet,
71 XPROF_storeGetMemSpace,
72 XPROF_storeMaintainSwapSpace,
73 XPROF_storeRelease,
74 XPROF_storeWriteComplete,
75 XPROF_write,
76 XPROF_xcalloc,
77 XPROF_xmalloc,
78 XPROF_xrealloc,
79 XPROF_LAST
80 } xprof_type;
81 #endif
82 #endif