Tracing is a mechanism for monitoring the operations and sometimes performance of an application as it executes. When an application executes under production or artificial loads, the application may execute many different sequences or paths through the executable code, and may generate large amounts of tracer data.
A tracing system may define an origin for consolidating and comparing trace paths within a traced application. A tracer may define an identifier that may be passed through a tracing route, and the identifier may be defined to capture specific instances or groups of instances of traces. The traces may be consolidated into a graphical representation of the program flow. The identifier may be passed across various boundaries, including function boundaries, library boundaries, application boundaries, device boundaries. An analysis system may consolidate or aggregate trace results having the same identifier, and may render such data graphically or provide statistics using the identified datasets.
A user interface may select a location within a graphical representation of an application's structure to identify an origin for tracing operations. The origin may define a location where identifiers may be inserted into a traced application, and the identifiers may be associated with tracer data collected under certain conditions. A set of rules may define certain conditions for tracing the application, and such rules may contain logic for assigning identifiers. The user interface may be a graphical depiction of an application's flow, and a user may select from a set of predefined options to define how tracing may be implemented.
A tracing system may add identifiers to tracing paths to identify which operations to collect data, such that those tracing operations where the identifier is present may collect data and those without an identifier may collect limited or no data. The identifiers may be added using a logic that may cause the tracing system to sample operations of an application, as opposed to tracing all operations. The sampling algorithm may be a general sampling algorithm where a certain percentage of operations may be traced, or may be targeted to tracing some execution paths at a higher rate than other execution paths. In some cases, the sampling algorithm may be defined by analyzing previous tracer data to identify those execution paths that are of interest for higher levels of tracing and other execution paths to which a lower sampling rate may be applicable.
This Summary is provided to introduce a selection of concepts in a simplified form that are further described below in the Detailed Description. This Summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used to limit the scope of the claimed subject matter.
In the drawings,
Application Execution Path Tracing with Configurable Origin Definition
A computer software tracing system may be configurable to trace individual execution paths. An origin point may define a location within an application where a set of identifiers may be defined for tracing execution paths. At the origin, a tracer may create identifiers that may be passed throughout an execution path by a tracer. The tracer may create a tracer dataset having a common identifier, from which statistics, visualizations, and other analyses of the tracer data may occur.
The identifiers may be defined by a set of rules that may be evaluated at a point within an application. In some embodiments, the set of rules may be defined for different functions, libraries, modules, reusable software components, interfaces, events, or other situation. When evaluated, the identifiers may classify tracing paths with unique identifiers or for identifiers that may represent a class or group of tracing paths.
In one use case, an identifier may be added to trace data for an input to a web service. In the example use case, the web server may respond to requests for web pages or other data across a network interface. A tracer may be implemented to gather performance and operational data as each function executes within the web server application. A set of rules may be evaluated at the incoming web requests to identify each incoming request with the session identifier for a particular user. As the tracer operates, the session identifier may be associated with each data item. A subsequent trace data analyzer may aggregate the trace data with each session identifier to show statistics for each session independently.
In the example use case, the set of rules may be modified to create an identifier for a specific class of input, such as creating an identifier for a specific web page request. Each instance of the web page request may have the same identifier, such that a subsequent trace data analyzer may aggregate trace data for all requests of each specific web page. Statistics, visualizations, or other output may be generated for how the web server responded to the various web pages.
User Interface for Selecting Tracing Origins for Aggregating Classes of Trace Data
A user interface may display a graphical topology of an application structure from which a tracing origin may be selected. A topology may show functions, libraries, modules, or other components of an application from which a user may select. After selecting a component, a user may be able to define logic for aggregating trace data that may flow from the selected component.
The user interface may illustrate an application's topology from trace data gathered by observing the operations of the application. The illustration may show application components as nodes in a graph, with edges of the graph illustrating connections between the components. In some cases, such illustrations may include representations of performance data.
A user may select a component from a graph, then be able to define how trace data may be aggregated for downstream operations. At the origin, the tracer may create identifiers that may be passed along the execution path. Subsequent analyses may aggregate the commonly labeled trace data into statistics, graphical representations, or other analyses.
The user may be able to select from a set of input values received by a function as an option for aggregating trace data. The set of input values may be observed by a tracer over time, then sorted and listed to the user as possible options for tracing. In some cases, the user may be able to select individual input value, groups of input values, or other each of the input values for tracing. The subsequent tracing data may be aggregated and presented to the user according to the selected options.
The user may be presented with other options for classifying and aggregating downstream trace data. Such options may be generated by analyzing previously gathered trace data to classify the downstream behavior of the application. The classifications may identify those execution paths or conditions where excessive errors occur, for example, or where other conditions may exist. Such options may allow a user to configure a tracer to collect trace data of interest while possibly not tracing conditions that may yield little or no interesting data.
Tracing Origin Rules for Minimizing Trace Data Collection by Sampling
A tracing system may have rules for labeling or identifying trace datasets, and such rules may define a sampling mechanism for tracing. By sampling the operations of an application, overhead effects of a tracer may be minimized in a production application. The sampling may be applied at different levels, based on a set of conditions defined in a set of rules for an origin point. The rules may define conditions for low frequency sampling, such as sampling one time out of 10, 100, or 1000, and other conditions for higher sampling frequencies.
The sampling may selectively identify execution sequences to trace and following those execution sequences to completion. Such sampling may more accurately reflect the operations of an application than separately sampling trace data from individual function within an application.
Sampling trace data may be useful in production situations where many operations of an application may be repetitive. Sampled trace data may be useful to identify trends in the operation of an application. Such trends may be identified with nearly the same statistical accuracy on sampled data as with a complete set of data, however, sampled data consumes less tracer overhead, trace data storage, and analyses.
In some embodiments, the sampling rate may be adjusted over time as trace data becomes more stable. For functions that are well behaved, the sampling frequency may be decreased, while functions with poor reliability may be increased. In some embodiments, sampling frequency may be increased when an error or other abnormality may be detected. Such increased sampling frequency may provide more accurate data to identify conditions where an error or abnormality occurred.
Throughout this specification and claims, the term “component” is used to define a group of reusable code that may be incorporated into an application. A component may be known as a ‘module’, ‘library’, ‘subroutine’, or some other notion. For the purposes of this specification and claims, these terms are considered synonymous.
The “component” may be code that is arranged in a way that multiple applications may access the code, even though the applications may have no connection with each other. In general, a “component” may be code that is configured to be reused. In some cases, a component may be reused within the scope of a large application, while in other cases, the component may be shared to other application developers who may use the component in disparate and unconnected applications.
Many programming languages and paradigms have a notion of a “component” or library, where the component may have a defined interface through which an application may invoke and use the component. Some paradigms may allow a programmer to incorporate a component in a static manner, such that the component code does not further change after the application is written and deployed. Some paradigms may allow for dynamic libraries, which may be loaded and invoked at runtime or even after execution has begun. The dynamic libraries may be updated and changed after the application may have been distributed, yet the manner of invoking the libraries or components may remain the same.
Components may be distributed in source code, intermediate code, executable code, or in some other form. In some cases, components may be services that may be invoked through an application programming interface.
Throughout this specification and claims, the term “component” may be applied to a single reusable function. Such a function may be distributed as part of a library, module, or other set of code, and may reflect the smallest element of reusable code that may be distributed. A single “component” as referenced in this specification and claims may be an individual application programming interface call or callable subroutine or function, as well as a module, library, or other aggregation of multiple callable functions, application programming interface calls, or other smaller elements.
Throughout this specification and claims, the terms “profiler”, “tracer”, and “instrumentation” are used interchangeably. These terms refer to any mechanism that may collect data when an application is executed. In a classic definition, “instrumentation” may refer to stubs, hooks, or other data collection mechanisms that may be inserted into executable code and thereby change the executable code, whereas “profiler” or “tracer” may classically refer to data collection mechanisms that may not change the executable code. The use of any of these terms and their derivatives may implicate or imply the other. For example, data collection using a “tracer” may be performed using non-contact data collection in the classic sense of a “tracer” as well as data collection using the classic definition of “instrumentation” where the executable code may be changed. Similarly, data collected through “instrumentation” may include data collection using non-contact data collection mechanisms.
Further, data collected through “profiling”, “tracing”, and “instrumentation” may include any type of data that may be collected, including performance related data such as processing times, throughput, performance counters, and the like. The collected data may include function names, parameters passed, memory object names and contents, messages passed, message contents, registry settings, register contents, error flags, interrupts, or any other parameter or other collectable data regarding an application being traced. The collected data may also include cache misses, garbage collection operations, memory allocation calls, page misses, and other parameters.
Throughout this specification and claims, the term “execution environment” may be used to refer to any type of supporting software used to execute an application. An example of an execution environment is an operating system. In some illustrations, an “execution environment” may be shown separately from an operating system. This may be to illustrate a virtual machine, such as a process virtual machine, that provides various support functions for an application. In other embodiments, a virtual machine may be a system virtual machine that may include its own internal operating system and may simulate an entire computer system. Throughout this specification and claims, the term “execution environment” includes operating systems and other systems that may or may not have readily identifiable “virtual machines” or other supporting software.
Throughout this specification and claims, the term “application” is used to refer to any combination of software and hardware products that may perform a desired function. In some cases, an application may be a single software program that operates with a hardware platform. Some applications may use multiple software components, each of which may be written in a different language or may execute within different hardware or software execution environments. In some cases, such applications may be dispersed across multiple devices and may use software and hardware components that may be connected by a network or other communications system.
Throughout this specification, like reference numbers signify the same elements throughout the description of the figures.
In the specification and claims, references to “a processor” include multiple processors. In some cases, a process that may be performed by “a processor” may be actually performed by multiple processors on the same device or on different devices. For the purposes of this specification and claims, any reference to “a processor” shall include multiple processors, which may be on the same device or different devices, unless expressly specified otherwise.
When elements are referred to as being “connected” or “coupled,” the elements can be directly connected or coupled together or one or more intervening elements may also be present. In contrast, when elements are referred to as being “directly connected” or “directly coupled,” there are no intervening elements present.
The subject matter may be embodied as devices, systems, methods, and/or computer program products. Accordingly, some or all of the subject matter may be embodied in hardware and/or in software (including firmware, resident software, micro-code, state machines, gate arrays, etc.) Furthermore, the subject matter may take the form of a computer program product on a computer-usable or computer-readable storage medium having computer-usable or computer-readable program code embodied in the medium for use by or in connection with an instruction execution system. In the context of this document, a computer-usable or computer-readable medium may be any medium that can contain, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device.
The computer-usable or computer-readable medium may be, for example but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, device, or propagation medium. By way of example, and not limitation, computer readable media may comprise computer storage media and communication media.
Computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can accessed by an instruction execution system. Note that the computer-usable or computer-readable medium could be paper or another suitable medium upon which the program is printed, as the program can be electronically captured, via, for instance, optical scanning of the paper or other medium, then compiled, interpreted, of otherwise processed in a suitable manner, if necessary, and then stored in a computer memory.
When the subject matter is embodied in the general context of computer-executable instructions, the embodiment may comprise program modules, executed by one or more systems, computers, or other devices. Generally, program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types. Typically, the functionality of the program modules may be combined or distributed as desired in various embodiments.
Execution path tracing may begin at an origin location within an application and may create identifiers for the execution paths. The identifiers may be passed along the execution path so that tracer data may be identified with the execution path. Tracing data with the same execution path identifiers may be grouped and displayed on a topology graph.
The execution path identifiers may be unique identifiers for each instance of the execution path. In such embodiments, every traversal through the application code may have a different identifier and thus each path may be separately stored, analyzed, and visualized.
The execution path identifiers may have an identifier for specific classes of execution paths. In such embodiments, the trace data from a given execution path may be consolidated and analyzed as a group.
Execution path tracing may allow certain portions of an application to be observed. At an origin location within the application, a tracer may create identifiers for execution paths, then pass the identifiers along the execution path, collecting tracer data along the way. The tracer data may be labeled with the identifier, then the data with the same identifiers may be analyzed as a group.
In one use case, a specific execution path may be identified as starting at a specific function. When tracing the function, a set of tracer rules may be evaluated to determine if the current execution path fits the definition of an execution path of interest. The tracer may create an identifier for the execution path, then begin tracing the function. As the execution continues, the identifier may be passed to subsequent functions in the execution path. At each downstream function, a tracer may detect the presence of the identifier, then trace the downstream function and label the data. The resulting data may reflect the trace of just the execution path of interest, without other trace data. Such resulting data may be analyzed, visualized, or otherwise processed to give a developer a detailed look at the specific execution path.
In another use scenario, an application may function in several distinct modes, but may use overlapping sets of functions to deliver each of the modes. The application may be traced by identifying a function where the modes may originate, then creating identifiers for each execution path. A tracer may make an evaluation at the origin function to determine the execution path, then label each execution path.
In one example of such a scenario, a website server application may respond to requests for various web pages. Each web page may have different functionality, but may generally use many of the same downstream functions. An origin function may be a function where webpage requests are received, and a tracer may label each execution path with the label of the webpage being requested. After executing a tracer in such a configuration, the tracer data for each webpage may be readily identified and studied.
Embodiment 100 illustrates one such change in topology when execution path labeling is used. Graph 102 may illustrate a complete topology graph of an application, where each node may represent a function or block of executable code, and each edge may represent a connection or program flow between the functions.
Node 106 is connected to node 108, which branches to nodes 110 and 112. Node 110 may loop back on itself, and may branch to nodes 113 and 118. Node 113 may branch to nodes 114 and 116, and node 114 may return to node 113. Node 112 may flow to node 118, which may loop back on itself, then branch to nodes 120 and 122. Node 122 may continue to node 116.
The topology of graph 102 may reflect the complete topology of an application. However, the application may have three major functions, which may originate at node 108. When execution path tracing is deployed at node 108, each mode of node 108 may start a new execution path, which may be traced using an identifier for the corresponding execution path.
In graph 104, the topology graph may be shown with the execution paths. The graph may begin with node 106. Because node 108 is an origin node and may operate in three distinct modes, the execution paths for the three modes may be labeled and displayed. The execution paths 124, 126, and 128 may illustrate such modes.
Execution path 124 contains node 108 in the first condition, then nodes 110, 113, and 114. Execution path 126 contains node 108 in the second condition, the nodes 110, 118, and 122. Lastly, execution path 128 contains node 108 in the third condition, then nodes 112, 118, and 120.
Graph 104 may illustrate the topology of an application in a more understandable way than graph 102. Graph 102 may illustrate all of the connections between various software elements, but graph 104 illustrates the execution flow of the application in its modes of operation. Such an illustration may be more useful to visualize the actual operation of an application.
The diagram of
Embodiment 200 illustrates a device 202 that may have a hardware platform 204 and various software components. The device 202 as illustrated represents a conventional computing device, although other embodiments may have different configurations, architectures, or components.
In many embodiments, the device 202 may be a server computer. In some embodiments, the device 202 may still also be a desktop computer, laptop computer, netbook computer, tablet or slate computer, wireless handset, cellular telephone, game console or any other type of computing device. In some embodiments, the device 202 may be implemented on a cluster of computing devices, which may be a group of physical or virtual machines.
The hardware platform 204 may include a processor 208, random access memory 210, and nonvolatile storage 212. The hardware platform 204 may also include a user interface 214 and network interface 216.
The random access memory 210 may be storage that contains data objects and executable code that can be quickly accessed by the processors 208. In many embodiments, the random access memory 210 may have a high-speed bus connecting the memory 210 to the processors 208.
The nonvolatile storage 212 may be storage that persists after the device 202 is shut down. The nonvolatile storage 212 may be any type of storage device, including hard disk, solid state memory devices, magnetic tape, optical storage, or other type of storage. The nonvolatile storage 212 may be read only or read/write capable. In some embodiments, the nonvolatile storage 212 may be cloud based, network storage, or other storage that may be accessed over a network connection.
The user interface 214 may be any type of hardware capable of displaying output and receiving input from a user. In many cases, the output display may be a graphical display monitor, although output devices may include lights and other visual output, audio output, kinetic actuator output, as well as other output devices. Conventional input devices may include keyboards and pointing devices such as a mouse, stylus, trackball, or other pointing device. Other input devices may include various sensors, including biometric input devices, audio and video input devices, and other sensors.
The network interface 216 may be any type of connection to another computer. In many embodiments, the network interface 216 may be a wired Ethernet connection. Other embodiments may include wired or wireless connections over various communication protocols.
The software components 206 may include an operating system 218 on which various software components and services may operate. Some embodiments may execute applications directly on the operating system 218, while other embodiments may use an execution environment 224, which may be a virtual machine or other abstraction. When applications execute on the operating system 218, a tracer 220 may have some operating system connections. The tracer 220 may execute with a set of rules 222 which may control the tracer behavior.
When applications execute in an execution environment 224, the application 226 may operate with a tracer 228 which may have a set of rules 230 that may control tracer behavior.
The rules 222 or 230 may define settings or options for the tracer, and may identify conditions for changing the tracer settings. In some cases, the rules may increase or decrease the amount of data being collected. Some such rules may identify specific types of data to collect, variable values to capture, performance or operational data that may be collected, or other behavioral changes.
The rules may also identify execution paths for tracing. The execution paths may be sequences of application operations that may be sequentially related to each other. Some execution paths may be sequential, while other execution paths may branch into multiple processes, threads, or other sequences of execution which may execute in parallel.
The execution paths may be traced by creating an identifier for the execution path, then passing the identifier through the execution path to downstream functions. One mechanism for transmitting such an identifier may be to wrap an origin function in a tracer function, and the wrapper may pass the identifier as state within the wrapper. Many other implementation mechanisms may be used to trace an execution path and apply an identifier to the trace data.
A network 234 may connect various devices in the example of embodiment 200. In other embodiments, all of the various functions may be implemented on a single hardware platform, while in still other embodiments, some of the various functions may be distributed on multiple hardware platforms.
A trace database system 236 may collect trace data, perform analysis of trace data, generate tracing rules, and provide visualizations of the trace data. The trace database system 236 may execute on a hardware platform 238, which may be similar to the description of hardware platform 204.
A trace database 240 may collect trace data created on the device 202. The trace database 240 may receive, store, and process trace data for analysis.
An analysis engine 242 may perform statistical and other analyses of the trade data, including generating visualizations 246 of the trace data, such as topology graphs and other visualizations.
The analysis engine 242 may assist in creating rules 244 for a tracer. The analysis engine 242 may identify statistics, modes of operation, or other information that may be used by a human to select rules from which execution paths may be traced. In some cases, the analysis engine 242 may include a set of heuristics or other mechanisms to determine conditions for sampling the traces performed on an execution path.
The rules 222 and 230 may identify execution paths that may be traced by sampling the execution paths. Sampling may not trace every instance of an execution path, but may trace only a subset of instances. Sampling may be useful to reduce the overhead consumed by a tracer, but may still yield statistically significant results.
Sampling may be applied with different frequencies based on the execution path. For example, an execution path that is very stable may have a low level of sampling, while an execution path with wide performance variability may be sampled at a high frequency. Such a system may capture larger sets of data for execution paths that may be poorly behaved while capturing less data for those execution paths that may be well behaved.
The analysis engine 242 may examine the trace database 240 to determine which execution paths may be well behaved and which may be poorly behaved. Based on the performance of the various execution paths, the analysis engine 242 may create rules 244 which may increase or decrease tracing sampling of the execution paths.
A client device 248 may be a device from which a user may view various visualizations 246 and may interact with the analysis engine 242, trace database 240, and create rules 244, among other things. The client device 248 may operate on a hardware platform 250, which may be similar to that described for the hardware platform 204.
The client device 248 may have a browser 252 in which a user interface 254 may be displayed. The user interface 254 may be served from a webserver that may access the trace database 240, analysis engine 242, rules 244, visualizations 246, and other information.
The user interface may have an application topology graph 302 which may illustrate elements of an application and the flow between those elements. Each node may represent an application or other executable component, event, interface, element, or other item.
A user may be able to select a specific node, such as the selected node 304. When the node 304 may be selected, a user interface 306 may be presented to the user. The user interface 306 may present some information to a user that may be assist in creating rules for tracing execution paths.
The user interface 306 may show a function's name 308, as well as some analyzed data for possible execution paths. In the example of embodiment 300, three different input values may be illustrated in column 310 as “foo”, “bar”, and “baz”. Various statistics may be shown for the user for each input value, such as usage frequency in column 312, errors in column 314, and performance 316.
The suggested classifications for execution paths may be determined by analyzing tracing data previously collected for a given node. Such analysis may attempt to determine which variables may be dominant factors that may differentiate the behavior of different execution paths.
A user may have input mechanisms 318, 320, and 322 that may capture a user's input, which may be processed to generate tracer rules. In the example of embodiment 300, a user may have options to select between low, medium, and high levels of tracing. Each embodiment may have different definitions for such designators. In some cases, such terms may refer to the sampling frequency. In some cases, such terms may reflect the amount of data collected at each event that may be traced.
Other embodiments may use different sequencing, additional or fewer steps, and different nomenclature or terminology to accomplish similar functions. In some embodiments, various operations or set of operations may be performed in parallel with other operations, either in a synchronous or asynchronous manner. The steps selected here were chosen to illustrate some principles of operations in a simplified form.
Embodiment 400 may illustrate one mechanism for deploying execution path tracing using tracer rules. The tracer rules may contain one or more conditions under which execution path tracing may occur, as well as a mechanism for identifying the execution paths. When the execution path at a given function matches the conditions for execution path tracing, the execution path may be identified. An identifier may be passed downstream to other functions, which may identify tracer data with the same identifier, thereby linking trace data into the same execution path.
Execution of an application may begin in block 402 and tracing may begin in block 404. The tracer rules may be received in block 406.
A function to trace may be identified in block 408. The function to be traced may be identified when the application execution has proceeded to the function and the function is identified by the tracer.
If no rules are defined for the function in block 410, the tracer may be set to default rules in block 412. If rules are defined for the function in block 410, the tracer may be configured according to the rules in block 414.
If the rules do not define execution path tracing in block 416, the function may be traced in block 426 with the tracer as configured.
When the rules do define execution path tracing in block 416, the function state may be evaluated in block 418 to classify the execution path. Based on the classification, an identifier may be retrieved in block 420. The function may be wrapped in a tracer function in block 422 and the identifier may be included in the wrapped tracer in block 424. The process may continue to block 426 to trace the function and gather trace data.
If an identifier is defined for the trace data in block 428, the trace data gathered by the tracing in block 426 may be associated with the identifier in block 430 and stored in block 432. The process may return to block 408 to continue execution until another function may be identified for tracing.
On downstream functions that may or may not have tracer rules defined, the tracer may continue to gather trace data in block 426 and associate identifiers with the trace data.
Other embodiments may use different sequencing, additional or fewer steps, and different nomenclature or terminology to accomplish similar functions. In some embodiments, various operations or set of operations may be performed in parallel with other operations, either in a synchronous or asynchronous manner. The steps selected here were chosen to illustrate some principles of operations in a simplified form.
Trace data may be received in block 502.
A graph of traced components may be generated in block 504 from the trace data, and a topology visualization may be generated from the graph in block 506.
The topology visualization may be displayed in block 508. A selection of an application component may be received in block 510. The selection may be made by a user viewing the topology visualization.
When a user wishes to create a new rule or update an existing rule relating to the selected component in block 512, a user interface with classification options may be presented in block 514.
The user interface with classification options may include modes of operation that may be derived from the tracer data by an analysis engine. In many embodiments, a set of heuristics may be applied to suggest common factors from which execution paths may be classified. An example of such a user interface may be the user interface 306 of embodiment 300.
A user may also be able to specify the sampling desired for a given execution path in block 516.
A set of classification options may be received from the user in block 516 and a set of rules may be created in block 518. If another component may be selected in block 520, the process may return to block 508. When no other components are selected in block 520, the process may end in block 522.
Other embodiments may use different sequencing, additional or fewer steps, and different nomenclature or terminology to accomplish similar functions. In some embodiments, various operations or set of operations may be performed in parallel with other operations, either in a synchronous or asynchronous manner. The steps selected here were chosen to illustrate some principles of operations in a simplified form.
Embodiment 600 may assign identifiers to execution paths when the execution path may be selected for sampling. Such a system may use the identifier as an indication that tracing may be performed on downstream functions. By assigning identifiers to only a subset of execution paths, tracing may be performed on a sample or subset of execution paths. Sampling may be one mechanism to minimize overhead effects to an application's performance while still collecting some tracing data.
Tracing may begin in block 602. The rules for tracing may be received in block 604. A function may be identified for tracing in block 606.
If the function may be an origin for execution path tracing in block 608, the execution path may be classified in block 610. The sampling frequency of the execution path may be determined in block 612, and a determination may be made as to whether or not the current execution path is to be traced in block 614.
A sampling frequency may define a percentage or other fraction of execution paths to trace. For example, a sampling frequency of 10% may trace 1 of 10 execution paths, leaving 9 of 10 execution paths without tracing.
If the current execution path is not selected for sampling in block 616, the process may proceed to block 620. If the current execution path is selected for sampling in block 616, an identifier for the execution path may be determined in block 618 and the tracer may be configured to trace the execution path. The process may continue to block 620.
If the execution path does not have an identifier in block 620, the function may not be traced in block 622 and the process may continue to block 606.
When the execution path does have an identifier in block 620, the function may be traced and trace data may be gathered in block 624. The execution path identifier may be associated with the trace data in block 626 and the data may be stored in block 628. The process may continue to block 606.
The foregoing description of the subject matter has been presented for purposes of illustration and description. It is not intended to be exhaustive or to limit the subject matter to the precise form disclosed, and other modifications and variations may be possible in light of the above teachings. The embodiment was chosen and described in order to best explain the principles of the invention and its practical application to thereby enable others skilled in the art to best utilize the invention in various embodiments and various modifications as are suited to the particular use contemplated. It is intended that the appended claims be construed to include other alternative embodiments except insofar as limited by the prior art.
This application claims priority to and benefit of U.S. Patent Application Ser. No. 61/903,775 filed 13 Nov. 2013 entitled “Application Execution Path Tracing with Configurable Origin Definition”, U.S. Patent Application Ser. No. 61/903,781 filed 13 Nov. 2013 entitled “User Interface for Selecting Tracing Origins for Aggregating Classes of Trace Data”, and U.S. Patent Application Ser. No. 61/903,786 filed 13 Nov. 2013 entitled “Tracing Origin Rules for Minimizing Trace Data Collection by Sampling”, all of which are hereby expressly incorporated by reference for all they disclose and teach.
Filing Document | Filing Date | Country | Kind |
---|---|---|---|
PCT/IB2014/060240 | 3/27/2014 | WO | 00 |
Publishing Document | Publishing Date | Country | Kind |
---|---|---|---|
WO2015/071778 | 5/21/2015 | WO | A |
Number | Name | Date | Kind |
---|---|---|---|
4907151 | Bartlett | Mar 1990 | A |
5327568 | Maejima et al. | Jul 1994 | A |
5369570 | Parad | Nov 1994 | A |
5535393 | Reeve et al. | Jul 1996 | A |
5606688 | McNutt et al. | Feb 1997 | A |
5689363 | Dane et al. | Nov 1997 | A |
5758183 | Scales | May 1998 | A |
5778004 | Jennion et al. | Jul 1998 | A |
5870606 | Lindsey | Feb 1999 | A |
5937194 | Sundaresan | Aug 1999 | A |
5953736 | O'Connor et al. | Sep 1999 | A |
5978830 | Nakaya | Nov 1999 | A |
6032201 | Tilery et al. | Feb 2000 | A |
6059842 | Dumarot et al. | May 2000 | A |
6083281 | Diec | Jul 2000 | A |
6158049 | Goodwin | Dec 2000 | A |
6195676 | Spix et al. | Feb 2001 | B1 |
6202199 | Wygodny et al. | Mar 2001 | B1 |
6230313 | Callahan | May 2001 | B1 |
6282701 | Wygodny et al. | Aug 2001 | B1 |
6286130 | Poulsen | Sep 2001 | B1 |
6321204 | Kazami et al. | Nov 2001 | B1 |
6321240 | Chilimbi et al. | Nov 2001 | B1 |
6381735 | Hunt | Apr 2002 | B1 |
6584487 | Saboff | Jun 2003 | B1 |
6598141 | Dussud et al. | Jul 2003 | B1 |
6629128 | Glass | Sep 2003 | B1 |
6662358 | Berry et al. | Dec 2003 | B1 |
6735687 | Kok | May 2004 | B1 |
6748420 | Quatrano et al. | Jun 2004 | B1 |
6754890 | Berry et al. | Jun 2004 | B1 |
6826752 | Thornley et al. | Nov 2004 | B1 |
6856950 | Abts et al. | Feb 2005 | B1 |
6892226 | Tso et al. | May 2005 | B1 |
6928488 | De Jong et al. | Aug 2005 | B1 |
6970805 | Bierma et al. | Nov 2005 | B1 |
6981265 | Rees et al. | Dec 2005 | B1 |
7058928 | Wygodny | Jun 2006 | B2 |
7065763 | Martin et al. | Jun 2006 | B1 |
7093234 | Hibbeler et al. | Aug 2006 | B2 |
7117504 | Smith et al. | Oct 2006 | B2 |
7143412 | Koenen | Nov 2006 | B2 |
7168068 | Dawson | Jan 2007 | B2 |
7185367 | Munson | Feb 2007 | B2 |
7194664 | Fung | Mar 2007 | B1 |
7386839 | Golender et al. | Jun 2008 | B1 |
7389494 | Cantrill | Jun 2008 | B1 |
7430733 | Yaari | Sep 2008 | B1 |
7478371 | Gove | Jan 2009 | B1 |
7493400 | Loaiza | Feb 2009 | B2 |
7500216 | Blunno et al. | Mar 2009 | B1 |
7580905 | Lopez-Estrada | Aug 2009 | B2 |
7681182 | Mistry et al. | Mar 2010 | B1 |
7681188 | Tirumalai et al. | Mar 2010 | B1 |
7685561 | Deem et al. | Mar 2010 | B2 |
7739667 | Callahan et al. | Jun 2010 | B2 |
7743380 | Seidman et al. | Jun 2010 | B2 |
7797585 | Sahin et al. | Sep 2010 | B1 |
7827539 | Wygodny | Nov 2010 | B1 |
7870244 | Chong et al. | Jan 2011 | B2 |
7890771 | England et al. | Feb 2011 | B2 |
7954094 | Cascaval et al. | May 2011 | B2 |
7954095 | Archer | May 2011 | B2 |
7971010 | Schmelter et al. | Jun 2011 | B2 |
8032866 | Golender et al. | Oct 2011 | B1 |
8037465 | Tian | Oct 2011 | B2 |
8108689 | Nicolson et al. | Jan 2012 | B2 |
8132162 | Peterson | Mar 2012 | B2 |
8214806 | Cong et al. | Jul 2012 | B2 |
8234105 | Aldrich et al. | Jul 2012 | B1 |
8312056 | Peng et al. | Nov 2012 | B1 |
8312435 | Wygodny et al. | Nov 2012 | B2 |
8336056 | Gadir | Dec 2012 | B1 |
8473925 | Gagliardi et al. | Jun 2013 | B2 |
8490087 | Beaty et al. | Jul 2013 | B2 |
8495598 | Gounares et al. | Jul 2013 | B2 |
8543907 | Roskind | Sep 2013 | B1 |
8566800 | Gagliardi | Oct 2013 | B2 |
8566804 | Carrick et al. | Oct 2013 | B1 |
8595327 | Lee et al. | Nov 2013 | B2 |
8595743 | Gounares et al. | Nov 2013 | B2 |
8607018 | Gounares et al. | Dec 2013 | B2 |
8615766 | Gounares et al. | Dec 2013 | B2 |
8645930 | Lattner et al. | Feb 2014 | B2 |
8650538 | Gounares et al. | Feb 2014 | B2 |
8656134 | Gounares et al. | Feb 2014 | B2 |
8656135 | Gounares et al. | Feb 2014 | B2 |
8656378 | Gounares et al. | Feb 2014 | B2 |
8694574 | Gounares et al. | Apr 2014 | B2 |
8700838 | Gounares et al. | Apr 2014 | B2 |
8707326 | Garrett | Apr 2014 | B2 |
8726255 | Gounares et al. | May 2014 | B2 |
8752021 | Li et al. | Jun 2014 | B2 |
8752034 | Gounares et al. | Jun 2014 | B2 |
8756581 | Castanos et al. | Jun 2014 | B2 |
8789030 | Gounares et al. | Jul 2014 | B2 |
8789032 | Li et al. | Jul 2014 | B1 |
8793669 | Garrett | Jul 2014 | B2 |
8924941 | Krajec et al. | Dec 2014 | B2 |
9015668 | Michelsen | Apr 2015 | B1 |
9203894 | Ginzburg | Dec 2015 | B1 |
9497136 | Ramarao | Nov 2016 | B1 |
20010003822 | Hibi et al. | Jun 2001 | A1 |
20010056456 | Cota-Robles | Dec 2001 | A1 |
20020019887 | Moore | Feb 2002 | A1 |
20020072830 | Hunt | Jun 2002 | A1 |
20020073063 | Faraj | Jun 2002 | A1 |
20020087949 | Golender | Jul 2002 | A1 |
20020112033 | Doemling et al. | Aug 2002 | A1 |
20020120815 | Zahavi et al. | Aug 2002 | A1 |
20020138788 | Yenne et al. | Sep 2002 | A1 |
20020163498 | Chang et al. | Nov 2002 | A1 |
20020165901 | Rajan | Nov 2002 | A1 |
20020184615 | Sumner | Dec 2002 | A1 |
20020196184 | Johnson et al. | Dec 2002 | A1 |
20020196229 | Chen et al. | Dec 2002 | A1 |
20020199172 | Bunnell | Dec 2002 | A1 |
20020199179 | Lavery et al. | Dec 2002 | A1 |
20030023576 | Gilson | Jan 2003 | A1 |
20030041069 | Yorke | Feb 2003 | A1 |
20030056201 | Degenaro et al. | Mar 2003 | A1 |
20030058277 | Bowman-Amuah | Mar 2003 | A1 |
20030061574 | Saluja et al. | Mar 2003 | A1 |
20030070161 | Wong et al. | Apr 2003 | A1 |
20030088606 | Miller et al. | May 2003 | A1 |
20030088854 | Wygodny et al. | May 2003 | A1 |
20030093408 | Brown et al. | May 2003 | A1 |
20030145314 | Nguyen et al. | Jul 2003 | A1 |
20030149765 | Hubbard | Aug 2003 | A1 |
20030217155 | Greck et al. | Nov 2003 | A1 |
20030231207 | Huang | Dec 2003 | A1 |
20040015600 | Tiwary et al. | Jan 2004 | A1 |
20040015929 | Lewis et al. | Jan 2004 | A1 |
20040034853 | Gibbons et al. | Feb 2004 | A1 |
20040054992 | Nair et al. | Mar 2004 | A1 |
20040075690 | Cirne | Apr 2004 | A1 |
20040088699 | Suresh | May 2004 | A1 |
20040103400 | Johnsen | May 2004 | A1 |
20040103410 | Sakai | May 2004 | A1 |
20040123274 | Inagaki et al. | Jun 2004 | A1 |
20040139480 | Delpuch et al. | Jul 2004 | A1 |
20040154019 | Aamodt et al. | Aug 2004 | A1 |
20040194098 | Chung et al. | Sep 2004 | A1 |
20040205718 | Reynders | Oct 2004 | A1 |
20040225443 | Kamps | Nov 2004 | A1 |
20040239681 | Robotham et al. | Dec 2004 | A1 |
20050015368 | Payton et al. | Jan 2005 | A1 |
20050041692 | Kallstenius | Feb 2005 | A1 |
20050066149 | Kanade | Mar 2005 | A1 |
20050091645 | Chilimbi et al. | Apr 2005 | A1 |
20050091646 | Chilimbi et al. | Apr 2005 | A1 |
20050108259 | Watanabe et al. | May 2005 | A1 |
20050108517 | Dillon et al. | May 2005 | A1 |
20050131995 | Chase et al. | Jun 2005 | A1 |
20050138111 | Aton et al. | Jun 2005 | A1 |
20050149697 | Enright et al. | Jul 2005 | A1 |
20050149912 | Farcy et al. | Jul 2005 | A1 |
20050155019 | Levine et al. | Jul 2005 | A1 |
20050177836 | Lari et al. | Aug 2005 | A1 |
20050180330 | Shapiro | Aug 2005 | A1 |
20050188272 | Bodorin et al. | Aug 2005 | A1 |
20050198332 | Laertz et al. | Sep 2005 | A1 |
20050234974 | Bailey et al. | Oct 2005 | A1 |
20050240567 | Klosterhalfen | Oct 2005 | A1 |
20050262181 | Schmidt et al. | Nov 2005 | A1 |
20050262493 | Schmidt et al. | Nov 2005 | A1 |
20050262512 | Schmidt et al. | Nov 2005 | A1 |
20060005179 | Kawahara | Jan 2006 | A1 |
20060005194 | Kawahara | Jan 2006 | A1 |
20060013134 | Neuse | Jan 2006 | A1 |
20060015612 | Shimazaki et al. | Jan 2006 | A1 |
20060037022 | Byrd et al. | Feb 2006 | A1 |
20060047752 | Hornby | Mar 2006 | A1 |
20060074970 | Narayanan | Apr 2006 | A1 |
20060101033 | Hu et al. | May 2006 | A1 |
20060101416 | Callahan et al. | May 2006 | A1 |
20060101467 | Buco et al. | May 2006 | A1 |
20060106843 | Middelfart et al. | May 2006 | A1 |
20060106926 | Kato et al. | May 2006 | A1 |
20060156017 | McIsaac et al. | Jul 2006 | A1 |
20060167939 | Seidman et al. | Jul 2006 | A1 |
20060168583 | Basso et al. | Jul 2006 | A1 |
20060174165 | Shaffer et al. | Aug 2006 | A1 |
20060179429 | Eggers et al. | Aug 2006 | A1 |
20060190596 | Horikawa | Aug 2006 | A1 |
20060195747 | Pramanick et al. | Aug 2006 | A1 |
20060200738 | Tarle et al. | Sep 2006 | A1 |
20060224375 | Barnett et al. | Oct 2006 | A1 |
20060230319 | Ryali et al. | Oct 2006 | A1 |
20060242627 | Wygodny et al. | Oct 2006 | A1 |
20060248177 | Dostert et al. | Nov 2006 | A1 |
20060256805 | Cho et al. | Nov 2006 | A1 |
20060277477 | Christenson | Dec 2006 | A1 |
20070006159 | Hecht et al. | Jan 2007 | A1 |
20070016949 | Dunagan et al. | Jan 2007 | A1 |
20070050174 | Dewitt et al. | Mar 2007 | A1 |
20070061241 | Jovanovic et al. | Mar 2007 | A1 |
20070079298 | Tian et al. | Apr 2007 | A1 |
20070089094 | Levine et al. | Apr 2007 | A1 |
20070100967 | Smith et al. | May 2007 | A1 |
20070118538 | Ahem et al. | May 2007 | A1 |
20070136201 | Sah et al. | Jun 2007 | A1 |
20070136320 | Sah et al. | Jun 2007 | A1 |
20070136337 | Sah et al. | Jun 2007 | A1 |
20070136443 | Sah et al. | Jun 2007 | A1 |
20070140131 | Malloy et al. | Jun 2007 | A1 |
20070143795 | Tran | Jun 2007 | A1 |
20070150895 | Kurland | Jun 2007 | A1 |
20070157177 | Bouguet et al. | Jul 2007 | A1 |
20070168992 | Bates | Jul 2007 | A1 |
20070169002 | Kronlund et al. | Jul 2007 | A1 |
20070169042 | Janczewski | Jul 2007 | A1 |
20070180147 | Leigh | Aug 2007 | A1 |
20070192468 | Keeler | Aug 2007 | A1 |
20070198524 | Branda et al. | Aug 2007 | A1 |
20070204010 | Sah et al. | Aug 2007 | A1 |
20070204223 | Bartels et al. | Aug 2007 | A1 |
20070214333 | Nijhawan et al. | Sep 2007 | A1 |
20070220513 | Hwang | Sep 2007 | A1 |
20070226696 | Radhakrishnan et al. | Sep 2007 | A1 |
20070226700 | Gal | Sep 2007 | A1 |
20070226758 | Waldo et al. | Sep 2007 | A1 |
20070234002 | Litke | Oct 2007 | A1 |
20070239528 | Xie et al. | Oct 2007 | A1 |
20070245310 | Rosenstein et al. | Oct 2007 | A1 |
20070260849 | Chen et al. | Nov 2007 | A1 |
20070271283 | Maryka et al. | Nov 2007 | A1 |
20070277056 | Varadarajan et al. | Nov 2007 | A1 |
20070294581 | Dean et al. | Dec 2007 | A1 |
20080005281 | Hsueh et al. | Jan 2008 | A1 |
20080022285 | Cherkasova et al. | Jan 2008 | A1 |
20080022286 | Chung et al. | Jan 2008 | A1 |
20080049022 | Sherb et al. | Feb 2008 | A1 |
20080092128 | Corry et al. | Apr 2008 | A1 |
20080098180 | Larson et al. | Apr 2008 | A1 |
20080104362 | Buros et al. | May 2008 | A1 |
20080104451 | Blanchard et al. | May 2008 | A1 |
20080109792 | O'Dowd | May 2008 | A1 |
20080117216 | Dorie | May 2008 | A1 |
20080120400 | Keller et al. | May 2008 | A1 |
20080126828 | Girouard et al. | May 2008 | A1 |
20080127108 | Ivanov et al. | May 2008 | A1 |
20080127109 | Simeon | May 2008 | A1 |
20080127112 | Kettley et al. | May 2008 | A1 |
20080127116 | Kosche et al. | May 2008 | A1 |
20080127149 | Kosche et al. | May 2008 | A1 |
20080140985 | Kitamorn et al. | Jun 2008 | A1 |
20080155348 | Ivanov et al. | Jun 2008 | A1 |
20080155349 | Ivanov et al. | Jun 2008 | A1 |
20080163183 | Li et al. | Jul 2008 | A1 |
20080168472 | Wilson | Jul 2008 | A1 |
20080243970 | Schmelter et al. | Oct 2008 | A1 |
20080271038 | Rolia et al. | Oct 2008 | A1 |
20080276129 | Cocker et al. | Nov 2008 | A1 |
20080282232 | Cong et al. | Nov 2008 | A1 |
20080288212 | Greifeneder | Nov 2008 | A1 |
20080288741 | Lee et al. | Nov 2008 | A1 |
20080312980 | Boulineau et al. | Dec 2008 | A1 |
20080313502 | Mcfadden et al. | Dec 2008 | A1 |
20090019449 | Choi et al. | Jan 2009 | A1 |
20090037873 | Ahadian et al. | Feb 2009 | A1 |
20090049428 | Cozmei | Feb 2009 | A1 |
20090055802 | Crosby | Feb 2009 | A1 |
20090089765 | Guo et al. | Apr 2009 | A1 |
20090106746 | Chaudhuri et al. | Apr 2009 | A1 |
20090125519 | Robison et al. | May 2009 | A1 |
20090138858 | Livshits et al. | May 2009 | A1 |
20090150874 | Chung et al. | Jun 2009 | A1 |
20090157723 | De et al. | Jun 2009 | A1 |
20090165016 | Bell | Jun 2009 | A1 |
20090177642 | Chung et al. | Jul 2009 | A1 |
20090193402 | Bashkansky et al. | Jul 2009 | A1 |
20090199047 | Vaitheeswaran et al. | Aug 2009 | A1 |
20090313525 | Savin et al. | Dec 2009 | A1 |
20090313600 | Ayers et al. | Dec 2009 | A1 |
20100011341 | Baierl et al. | Jan 2010 | A1 |
20100049941 | Howard | Feb 2010 | A1 |
20100064279 | Stewart | Mar 2010 | A1 |
20100077388 | Kimura | Mar 2010 | A1 |
20100106920 | Anckaert et al. | Apr 2010 | A1 |
20100115172 | Gillingham et al. | May 2010 | A1 |
20100123717 | Jiao | May 2010 | A1 |
20100125565 | Burger et al. | May 2010 | A1 |
20100125838 | Kuusilinna et al. | May 2010 | A1 |
20100131945 | Zeort | May 2010 | A1 |
20100138431 | Bator et al. | Jun 2010 | A1 |
20100146489 | Ortiz | Jun 2010 | A1 |
20100180346 | Nicolson et al. | Jul 2010 | A1 |
20100205583 | Gebhardt et al. | Aug 2010 | A1 |
20100223581 | Manolescu et al. | Sep 2010 | A1 |
20100251220 | Jeong | Sep 2010 | A1 |
20100257019 | Chickering et al. | Oct 2010 | A1 |
20100262832 | Tie et al. | Oct 2010 | A1 |
20100268816 | Tarui et al. | Oct 2010 | A1 |
20100281458 | Paladino et al. | Nov 2010 | A1 |
20100281468 | Pavlyushchik | Nov 2010 | A1 |
20100281488 | Krishnamurthy et al. | Nov 2010 | A1 |
20100287541 | Saunders et al. | Nov 2010 | A1 |
20100299671 | Kinsey | Nov 2010 | A1 |
20100306854 | Neergaard | Dec 2010 | A1 |
20100318994 | Holmberg | Dec 2010 | A1 |
20110004443 | Horikawa | Jan 2011 | A1 |
20110004598 | Kikuchi | Jan 2011 | A1 |
20110055815 | Squillace | Mar 2011 | A1 |
20110067008 | Srivastava et al. | Mar 2011 | A1 |
20110072420 | Cha et al. | Mar 2011 | A1 |
20110078487 | Nielsen et al. | Mar 2011 | A1 |
20110088021 | Kruglick | Apr 2011 | A1 |
20110088038 | Kruglick | Apr 2011 | A1 |
20110098973 | Seidman | Apr 2011 | A1 |
20110126286 | Nazarov | May 2011 | A1 |
20110138363 | Schmelter et al. | Jun 2011 | A1 |
20110138365 | Schmelter et al. | Jun 2011 | A1 |
20110153603 | Adiba et al. | Jun 2011 | A1 |
20110153817 | Wright et al. | Jun 2011 | A1 |
20110154289 | Mannarswamy et al. | Jun 2011 | A1 |
20110154296 | Marenco | Jun 2011 | A1 |
20110154300 | Rao et al. | Jun 2011 | A1 |
20110167414 | Lattner et al. | Jul 2011 | A1 |
20110202907 | Dice et al. | Aug 2011 | A1 |
20110225458 | Zuo | Sep 2011 | A1 |
20110258608 | Li et al. | Oct 2011 | A1 |
20110258611 | Dutta et al. | Oct 2011 | A1 |
20110258612 | Matthiesen et al. | Oct 2011 | A1 |
20110276951 | Jain | Nov 2011 | A1 |
20110283263 | Gagliardi et al. | Nov 2011 | A1 |
20110289485 | Mejdrich et al. | Nov 2011 | A1 |
20110314343 | Hoke et al. | Dec 2011 | A1 |
20110314448 | Biggerstaff et al. | Dec 2011 | A1 |
20110314543 | Treit et al. | Dec 2011 | A1 |
20120011519 | Ganesh | Jan 2012 | A1 |
20120017123 | Masser et al. | Jan 2012 | A1 |
20120023475 | Surazski et al. | Jan 2012 | A1 |
20120042212 | Laurenti | Feb 2012 | A1 |
20120060142 | Fliess et al. | Mar 2012 | A1 |
20120072579 | Teather | Mar 2012 | A1 |
20120079108 | Findeisen | Mar 2012 | A1 |
20120079456 | Kannan et al. | Mar 2012 | A1 |
20120079460 | Cho et al. | Mar 2012 | A1 |
20120102029 | Larson et al. | Apr 2012 | A1 |
20120110555 | Bates | May 2012 | A1 |
20120117438 | Shaffer et al. | May 2012 | A1 |
20120137273 | Meijler et al. | May 2012 | A1 |
20120144374 | Gallagher | Jun 2012 | A1 |
20120151396 | S. et al. | Jun 2012 | A1 |
20120159091 | Li et al. | Jun 2012 | A1 |
20120159116 | Lim et al. | Jun 2012 | A1 |
20120159391 | Berry et al. | Jun 2012 | A1 |
20120159454 | Barham et al. | Jun 2012 | A1 |
20120167081 | Sedayao et al. | Jun 2012 | A1 |
20120173703 | Lingen | Jul 2012 | A1 |
20120197868 | Fauser et al. | Aug 2012 | A1 |
20120198423 | Bestgen et al. | Aug 2012 | A1 |
20120204156 | Kettley et al. | Aug 2012 | A1 |
20120221314 | Bourlatchkov et al. | Aug 2012 | A1 |
20120222019 | Gounares | Aug 2012 | A1 |
20120222043 | Gounares | Aug 2012 | A1 |
20120227040 | Gounares | Sep 2012 | A1 |
20120233310 | Agarwala et al. | Sep 2012 | A1 |
20120233592 | Gounares | Sep 2012 | A1 |
20120233601 | Gounares | Sep 2012 | A1 |
20120246303 | Petersen | Sep 2012 | A1 |
20120254266 | Printezis et al. | Oct 2012 | A1 |
20120254900 | Kumar | Oct 2012 | A1 |
20120259962 | Bose et al. | Oct 2012 | A1 |
20120260135 | Beck et al. | Oct 2012 | A1 |
20120266014 | Doeden et al. | Oct 2012 | A1 |
20120266143 | Bhoovaraghavan et al. | Oct 2012 | A1 |
20120278504 | Ang et al. | Nov 2012 | A1 |
20120278594 | Kumar | Nov 2012 | A1 |
20120278793 | Jalan | Nov 2012 | A1 |
20120290672 | Robinson et al. | Nov 2012 | A1 |
20120296991 | Spivack et al. | Nov 2012 | A1 |
20120317276 | Muniraju | Dec 2012 | A1 |
20120317371 | Gounares | Dec 2012 | A1 |
20120317389 | Gounares | Dec 2012 | A1 |
20120317421 | Gounares | Dec 2012 | A1 |
20120317551 | Hecht et al. | Dec 2012 | A1 |
20120317556 | Zhu et al. | Dec 2012 | A1 |
20120317557 | Garrett et al. | Dec 2012 | A1 |
20120317577 | Garrett et al. | Dec 2012 | A1 |
20120317587 | Garrett et al. | Dec 2012 | A1 |
20120323827 | Lakshmanan et al. | Dec 2012 | A1 |
20120324454 | Gounares | Dec 2012 | A1 |
20120324527 | Brown et al. | Dec 2012 | A1 |
20120330700 | Garg et al. | Dec 2012 | A1 |
20130007116 | Strack et al. | Jan 2013 | A1 |
20130018925 | Pegg | Jan 2013 | A1 |
20130042156 | Srinivasan et al. | Feb 2013 | A1 |
20130061212 | Krause et al. | Mar 2013 | A1 |
20130067445 | Gounares | Mar 2013 | A1 |
20130073523 | Gounares | Mar 2013 | A1 |
20130073604 | Gounares | Mar 2013 | A1 |
20130073829 | Gounares | Mar 2013 | A1 |
20130073837 | Li et al. | Mar 2013 | A1 |
20130074049 | Gounares | Mar 2013 | A1 |
20130074050 | Masser et al. | Mar 2013 | A1 |
20130074055 | Gounares | Mar 2013 | A1 |
20130074056 | Gounares | Mar 2013 | A1 |
20130074057 | Gounares | Mar 2013 | A1 |
20130074058 | Gounares | Mar 2013 | A1 |
20130074092 | Gounares | Mar 2013 | A1 |
20130074093 | Gounares | Mar 2013 | A1 |
20130080642 | Adam et al. | Mar 2013 | A1 |
20130080760 | Li et al. | Mar 2013 | A1 |
20130080761 | Garrett et al. | Mar 2013 | A1 |
20130081005 | Gounares | Mar 2013 | A1 |
20130085882 | Gounares | Apr 2013 | A1 |
20130086348 | Marathe et al. | Apr 2013 | A1 |
20130086564 | Felch | Apr 2013 | A1 |
20130091387 | Bohnet | Apr 2013 | A1 |
20130091508 | Srinivasan | Apr 2013 | A1 |
20130104107 | De Smet et al. | Apr 2013 | A1 |
20130117753 | Gounares | May 2013 | A1 |
20130117759 | Gounares | May 2013 | A1 |
20130145015 | Malloy et al. | Jun 2013 | A1 |
20130145350 | Marinescu | Jun 2013 | A1 |
20130166886 | Sasanka et al. | Jun 2013 | A1 |
20130185433 | Zhu et al. | Jul 2013 | A1 |
20130185729 | Vasic et al. | Jul 2013 | A1 |
20130198729 | Turner et al. | Aug 2013 | A1 |
20130205009 | Malloy et al. | Aug 2013 | A1 |
20130212594 | Choi et al. | Aug 2013 | A1 |
20130219057 | Li et al. | Aug 2013 | A1 |
20130219363 | Wu | Aug 2013 | A1 |
20130219372 | Li et al. | Aug 2013 | A1 |
20130227519 | Maleport | Aug 2013 | A1 |
20130227529 | Li et al. | Aug 2013 | A1 |
20130227536 | Li et al. | Aug 2013 | A1 |
20130227560 | McGrath | Aug 2013 | A1 |
20130227573 | Morsi | Aug 2013 | A1 |
20130229416 | Krajec et al. | Sep 2013 | A1 |
20130232174 | Krajec et al. | Sep 2013 | A1 |
20130232433 | Krajec et al. | Sep 2013 | A1 |
20130232452 | Krajec et al. | Sep 2013 | A1 |
20130232463 | Nagaraja | Sep 2013 | A1 |
20130235040 | Jackson, Jr. | Sep 2013 | A1 |
20130254746 | Balakrishnan et al. | Sep 2013 | A1 |
20130282545 | Gounares | Oct 2013 | A1 |
20130283102 | Krajec et al. | Oct 2013 | A1 |
20130283240 | Krajec et al. | Oct 2013 | A1 |
20130283241 | Krajec et al. | Oct 2013 | A1 |
20130283242 | Gounares et al. | Oct 2013 | A1 |
20130283246 | Krajec et al. | Oct 2013 | A1 |
20130283247 | Krajec et al. | Oct 2013 | A1 |
20130283281 | Krajec et al. | Oct 2013 | A1 |
20130298112 | Gounares | Nov 2013 | A1 |
20130318506 | Sohm et al. | Nov 2013 | A1 |
20130332913 | Dickenson | Dec 2013 | A1 |
20130340077 | Salsamendi | Dec 2013 | A1 |
20130346479 | Vilke | Dec 2013 | A1 |
20140013306 | Gounares | Jan 2014 | A1 |
20140013308 | Gounares | Jan 2014 | A1 |
20140013309 | Gounares | Jan 2014 | A1 |
20140013311 | Garrett et al. | Jan 2014 | A1 |
20140019598 | Krajec et al. | Jan 2014 | A1 |
20140019756 | Krajec et al. | Jan 2014 | A1 |
20140019879 | Krajec et al. | Jan 2014 | A1 |
20140019985 | Krajec et al. | Jan 2014 | A1 |
20140025572 | Krajec et al. | Jan 2014 | A1 |
20140026142 | Gounares | Jan 2014 | A1 |
20140040591 | Gounares | Feb 2014 | A1 |
20140047084 | Breternitz | Feb 2014 | A1 |
20140047272 | Breternitz | Feb 2014 | A1 |
20140053143 | Conrod et al. | Feb 2014 | A1 |
20140068629 | Boller | Mar 2014 | A1 |
20140109101 | Radhakrishnan et al. | Apr 2014 | A1 |
20140109188 | Pavlov | Apr 2014 | A1 |
20140189650 | Gounares | Jul 2014 | A1 |
20140189651 | Gounares | Jul 2014 | A1 |
20140189652 | Gounares | Jul 2014 | A1 |
20140215443 | Voccio et al. | Jul 2014 | A1 |
20140215444 | Voccio et al. | Jul 2014 | A1 |
20140281726 | Garrett et al. | Sep 2014 | A1 |
20140282597 | Garrett et al. | Sep 2014 | A1 |
20140317454 | Gataullin et al. | Oct 2014 | A1 |
20140317603 | Gataullin et al. | Oct 2014 | A1 |
20140317604 | Gataullin et al. | Oct 2014 | A1 |
20140317605 | Gataullin et al. | Oct 2014 | A1 |
20140317606 | Gataullin et al. | Oct 2014 | A1 |
20150032971 | Tian et al. | Jan 2015 | A1 |
20150066869 | Seto et al. | Mar 2015 | A1 |
20150067652 | Seto et al. | Mar 2015 | A1 |
20150067654 | Seto et al. | Mar 2015 | A1 |
20150074278 | Maes | Mar 2015 | A1 |
20150082285 | Li et al. | Mar 2015 | A1 |
20150163288 | Maes | Jun 2015 | A1 |
20150195372 | Zheng | Jul 2015 | A1 |
20150205588 | Bates et al. | Jul 2015 | A1 |
20150222548 | Krajec et al. | Aug 2015 | A1 |
20150242303 | Gautallin et al. | Aug 2015 | A1 |
20150301920 | Krajec et al. | Oct 2015 | A1 |
20150304409 | Steuer | Oct 2015 | A1 |
20150331720 | Huetter et al. | Nov 2015 | A1 |
20150347268 | Garrett et al. | Dec 2015 | A1 |
20150347273 | Krajec et al. | Dec 2015 | A1 |
20150347277 | Gataullin et al. | Dec 2015 | A1 |
20150347283 | Gataullin et al. | Dec 2015 | A1 |
20160077951 | Krajec et al. | Mar 2016 | A1 |
20160133035 | Krajec et al. | May 2016 | A1 |
20160196201 | Seto et al. | Jul 2016 | A1 |
20160266998 | Gautallin et al. | Sep 2016 | A1 |
20160283345 | Gounares et al. | Sep 2016 | A1 |
Number | Date | Country |
---|---|---|
1527968 | Sep 2004 | CN |
101595457 | Dec 2009 | CN |
101933001 | Dec 2010 | CN |
102460408 | May 2012 | CN |
102567115 | Jul 2012 | CN |
102789409 | Nov 2012 | CN |
2390790 | Nov 2011 | EP |
2553583 | Feb 2013 | EP |
2012208830 | Oct 2012 | JP |
2012138586 | Dec 2012 | KR |
WO0007100 | Feb 2000 | WO |
116988 | Sep 2011 | WO |
2011142720 | Nov 2011 | WO |
2011146750 | Nov 2011 | WO |
2012106571 | Aug 2012 | WO |
Entry |
---|
International Search Report and Written Opinion for PCT/US2013/073894 dated Apr. 1, 2014. |
International Search Report and Written Opinion for PCT/US2013/047211 dated Nov. 27, 2013. |
International Search Report and Written Opinion for PCT/US2013/043811 dated Nov. 28, 2013. |
International Search Report and Written Opinion for PCT/US2013/046925 dated Nov. 25, 2013. |
International Search Report and Written Opinion for PCT/US2013/046918 dated Nov. 25, 2013. |
International Search Report and Written Opinion for PCT/US2013/043492 dated Nov. 6, 2013. |
International Search Report and Written Opinion for PCT/US2013/044193 dated Oct. 29, 2013. |
International Search Report and Written Opinion for PCT/US2013/046050 dated Nov. 8, 2013. |
International Search Report and Written Opinion for PCT/US2013/046922 dated Dec. 17, 2013. |
International Search Report and Written Opinion for PCT/US2013/043522 dated Nov. 6, 2013. |
International Search Report and Written Opinion for PCT/US2013/046664 dated Nov. 20, 2013. |
TLR “Automagically Wrapping JavaScript Callback Functions” Oct. 22, 2008. |
Grossbart “JavaScript Profiling with the Chrome Developer Tools” Smashing Magazine website Jun. 12, 2012. |
“Method and System for Automatically Tracking User Interactions and Providing Tags to the User Interactions” Dec. 4, 2010. |
Whitehead “Java Run-Time Monitoring, Part 2:Postcompilation Instrumentation and Performance Monitoring Interception, Class Wrapping, and Bytecode Instrumentation” IBM.com Aug. 5, 2008. |
Kinsey “Under the Hood: The JavaScript SDK—Error Handling” Nov. 1, 2012. |
Cantrill “Instrumenting the Real-Time Web: Node.js in Production” Node Summit 2012 Presentation; Jan. 24-25, 2012. |
International Search Report and Written Opinion for PCT/US2014/011727 dated May 16, 2014. |
“Remote Debugging in Visual Studio 2012 on Windows 8” On Error Resume Next: Coding Through Life, One Day at the Time. Retrieved Jun. 14, 2016. |
Anonymous “Time Series Analysis” Mar. 7, 2008. |
International Search Report and Written Opinion for PCT/US2013/042789 dated Sep. 30, 2013. |
International Search Report and Written Opinion for PCT/US2013/042030 dated Oct. 24, 2013. |
International Search Report and Written Opinion for PCT/US2013/042081 dated Oct. 24, 2013. |
International Search Report and Written Opinion for PCT/US2013/042788 dated Sep. 5, 2013. |
International Search Report and Written Opinion for PCT/IB2014/060233 dated Nov. 11, 2014. |
Narayanasamy et al. “BugNet Continuously Recording Program Execution for Deterministic Replay Debugging” Jun. 2005, 12 pages. |
Dong et al. “Hybrid Checkpointing Using Emerging Nonvolatile Memories for Future Exascale Systems” Oct. 2004. |
Erik-Svensson et al. “Mpreplay Architecture Support for Deterministic Replay of Message passing Programs on MessagePassing Many-core Processors” Sep. 2009. |
Gerofi et al. “Workload Adaptive Checkpoint Scheduling of Virtual Machine Replication” 2011. |
International Search Report and Written Opinion for PCT/US2013/075876 dated Apr. 7, 2014. |
Wu et al. “Error Recovery in Shared Memory Multiprocessors Using Private Caches” Apr. 1990. |
International Search Report and Written Opinion for PCT/US2013/073935 dated Mar. 31, 2014. |
U.S. Appl. No. 13/751,012, filed Jan. 29, 2014, Office Action. |
U.S. Appl. No. 13/751,012, filed Mar. 11, 2014, Office Action. |
U.S. Appl. No. 13/751,026, filed Apr. 16, 2014, Office Action. |
U.S. Appl. No. 13/853,769, filed May 9, 2014, Office Action. |
U.S. Appl. No. 13/765,654, filed Jun. 26, 2014, Office Action. |
U.S. Appl. No. 13/853,769, filed Jul. 8, 2014, Office Action. |
U.S. Appl. No. 13/765,663, filed Jul. 11, 2014, Office Action. |
U.S. Appl. No. 13/765,648, filed Jul. 28, 2014, Office Action. |
U.S. Appl. No. 13/765,642, filed Jul. 31, 2014, Office Action. |
U.S. Appl. No. 13/765,657, filed Aug. 1, 2014, Office Action. |
U.S. Appl. No. 13/757,625, filed Aug. 13, 2014, Office Action. |
U.S. Appl. No. 13/867,057, filed Aug. 14, 2014, Office Action. |
U.S. Appl. No. 13/765,651, filed Aug. 14, 2014, Office Action. |
U.S. Appl. No. 13/765,642, filed Aug. 15, 2014, Office Action. |
U.S. Appl. No. 13/765,648, filed Aug. 19, 2014, Notice of Allowance. |
U.S. Appl. No. 13/751,026, filed Aug. 20, 2014, Office Action. |
U.S. Appl. No. 13/765,654, filed Aug. 21, 2014, Office Action. |
U.S. Appl. No. 13/765,657, filed Aug. 27, 2014, Notice of Allowance. |
U.S. Appl. No. 13/751,012, filed Sep. 30, 2014, Notice of Allowance. |
U.S. Appl. No. 13/916,561, filed Oct. 2, 2014, Office Action. |
U.S. Appl. No. 13/757,625, filed Jan. 2, 2016, Office Action. |
U.S. Appl. No. 13/916,568, filed Jan. 14, 2015, Notice of Allowance. |
U.S. Appl. No. 13/916,571, filed Jan. 15, 2015, Notice of Allowance. |
U.S. Appl. No. 13/765,642, filed Jan. 26, 2015, Notice of Allowance. |
U.S. Appl. No. 13/765,654, filed Jan. 26, 2015, Notice of Allowance. |
U.S. Appl. No. 13/916,563, filed Feb. 12, 2015, Office Action. |
U.S. Appl. No. 13/765,651, filed Feb. 13, 2015, Office Action. |
U.S. Appl. No. 13/916,566, filed Feb. 13, 2015, Office Action. |
U.S. Appl. No. 13/853,816, filed Feb. 25, 2015, Office Action. |
U.S. Appl. No. 13/916,561, filed Mar. 4, 2015, Notice of Allowance. |
U.S. Appl. No. 13/757,631, filed Mar. 17, 2015, Office Action. |
U.S. Appl. No. 13/867,057, filed Mar. 19, 2015, Office Action. |
U.S. Appl. No. 14/455,156, filed Jun. 3, 2015, Notice of Allowance. |
U.S. Appl. No. 13/853,769, filed Jun. 22, 2015, Office Action. |
U.S. Appl. No. 14/455,170, filed Jul. 2, 2015, Notice of Allowance. |
U.S. Appl. No. 14/455,202, filed Jul. 30, 2015, Notice of Allowance. |
U.S. Appl. No. 14/629,322, filed Aug. 26, 2015, Office Action. |
U.S. Appl. No. 13/853,816, filed Sep. 9, 2015, Office Action. |
U.S. Appl. No. 14/820,798, filed Sep. 24, 2015, Office Action. |
U.S. Appl. No. 13/757,631, filed Sep. 25, 2015, Notice of Allowance. |
U.S. Appl. No. 13/757,631, filed Sep. 17, 2015, Office Action. |
U.S. Appl. No. 13/853,769, filed Feb. 19, 2016, Office Action. |
U.S. Appl. No. 14/995,872, filed Feb. 26, 2016, Office Action. |
U.S. Appl. No. 14/820,798, filed Apr. 6, 2016, Notice of Allowance. |
U.S. Appl. No. 14/820,834, filed Apr. 20, 2016, Notice of Allowance. |
U.S. Appl. No. 14/642,192, filed May 23, 2016, Notice of Allowance. |
U.S. Appl. No. 13/853,769, filed Jun. 2, 2016, Notice of Allowance. |
U.S. Appl. No. 13/867,057, filed Jun. 3, 2016, Office Action. |
U.S. Appl. No. 14/995,872, filed Jun. 9, 2016, Notice of Allowance. |
U.S. Appl. No. 14/617,509, filed Jul. 20, 2016, Office Action. |
U.S. Appl. No. 14/582,973, filed Aug. 11, 2016, Notice of Allowance. |
U.S. Appl. No. 13/853,816, filed Sep. 12, 2016, Notice of Allowance. |
“Supplementary Search Report Issued in European Patent Application No. 13875046.8”, Mailed Date: Sep. 5, 2016, 13 Pages. |
“Supplementary Search Report Issued in European Patent Application No. 13874921”, Mailed Date: Sep. 8, 2016. |
Office Action dated Dec. 1, 2016 issued in U.S. Appl. No. 14/820,957. |
“Supplementary Search Report Issued in European Patent Application No. 14785777”, Mailed Date: Nov. 3, 2016. |
Ravindranath, et al. “Appinsight: Mobile App Performance Monitoring in the Wild”, Usenix, Apr. 11, 2013 pp. 1-14. |
Graham et al. “Gprof: A Call Graph Execution Profiler”, PLDI 09: Proceedings of the 2009 ACM Sigplan Conference on Programming Language Design and Implementation, Jun. 15-20, 2009. |
Office Action dated Dec. 14, 2016 issued in U.S. Appl. No. 13/867,057. |
“Supplementary Search Report Issued in European Patent Application No. 13875228.2”, Mailed Date: Dec. 16, 2016. |
Office Action issued in U.S. Appl. No. 14/617,509 dated Dec. 23, 2016. |
Chinese Office Action issued in China Patent Application No. 201380075071.1. Mailed date: Mar. 3, 2017. |
Chinese Office Action issued in China Patent Application No. 201380072861.4. Mailed date: Mar. 9, 2017. |
Extended European Search Report issued in EPO application No. 14785777.5 mailed Mar. 16, 2017. |
Chinese Office Action issued in CN Application No. 201380072863.3 mailed Apr. 6, 2017. |
Office Action dated Apr. 3, 2017 cited in U.S. Appl. No. 14/671,449. |
Chinese Office Action issued in CN Application No. 201380072856.3 dated May 15, 2017. |
Extended Search Report Issued in European Patent Application no. 14843127.3, dated Apr. 13, 2017, 9 Pages. |
Extended European Search Report issued in European Patent Application No. 14862130.3 dated May 24, 2017. |
U.S. Appl. No. 14/820,957, mailed May 19, 2017, Notice of Allowance. |
Chinese Office Action issued in CN Patent Application No. 201480035488.X mailed May 26, 2017. |
U.S. Appl. No. 14/671,449, mailed Jun. 23, 2017, Notice of Allowance. |
Number | Date | Country | |
---|---|---|---|
20160283345 A1 | Sep 2016 | US |
Number | Date | Country | |
---|---|---|---|
61903775 | Nov 2013 | US | |
61903781 | Nov 2013 | US | |
61903786 | Nov 2013 | US |