Search results

Jump to: navigation, search
  • Subprogram Name Calls Lines Probed Executed Percent For 3 calls to subprogram: extern:"pkg.td.body_elab" in main3.exe
    10 KB (1,263 words) - 18:12, 8 May 2017
  • 2687 locking problem with fast heap and probes across fork() calls.
    2 KB (298 words) - 18:24, 16 February 2021
  • ...am. The probe records the number of calls made to functions, the number of calls made ''by'' functions. The profiling information is reported for the progr // see who calls and is called by system functions
    12 KB (1,561 words) - 16:31, 16 July 2018
  • .... Eventually, all larger blocks may be used and all subsequent allocation calls for a particular size block will return <code>NULL</code>.
    5 KB (796 words) - 14:38, 17 September 2020
  • ...s which have been converted to string instructions on Linux x86/x86_64 and calls to AIX low-core millicode functions. : don't instrument x86/_64 string instructions or AIX low-core calls [FALSE]
    14 KB (1,537 words) - 18:32, 6 November 2023
  • ...narrow down the results, you would add a <code>Trigger</code> so that only calls from within a particular driver routine were traced:
    2 KB (351 words) - 15:42, 15 March 2017
  • ...anced_Topics#Nested Probes and Recursive Calls|Nested Probes and Recursive Calls]]
    8 KB (1,047 words) - 17:39, 28 February 2019
  • ...e in memory in a circular buffer. Either way, you can log many millions of calls, and you can analyze the data after the application has completed using [[A // We want to see OpenCallback and a few things it calls:
    22 KB (3,480 words) - 23:37, 20 March 2018
  • ...structures at that point so that a core dump may occur on subsequent abort calls. A fix is targeted for Aprobe version 4.4.6d. It is also possible to rebu
    2 KB (363 words) - 18:03, 3 April 2017
  • // Unfortuanately, when that time comes the first malloc() calls will cause tracebacks to be obtained
    3 KB (462 words) - 01:28, 9 March 2017
  • ...n, and the amount of time spent in each function plus all the functions it calls. The profiling information is reported for each thread and for the program ...calls. If triggers are nested (e.g. we have a trigger on Routine1() which calls Routine2() which we also have a trigger on), the levels setting for the inn
    23 KB (3,266 words) - 03:37, 22 September 2022
  • ...ests for allocations and deallocations of dynamic storage are made through calls to discrete run-time heap manager functions (e.g., malloc, free, etc.). You can control the behavior of the memcheck probe by calls from within their own probes. The API for the memcheck probe is defined by
    6 KB (972 words) - 18:31, 6 November 2023
  • ...d into a program at compilation time or link time, both the probes and the calls to them are patched into the executable program when the program is loaded ...ssor that will automatically generate the correct C code and the necessary calls to the [[AUG_Aprobe_API|Aprobe API]] from your probes. The preprocessor is
    20 KB (3,230 words) - 17:29, 22 October 2019
  • ...of the demo we illustrate the use of Predefined UALs and tracing function calls; then we'll return to the Trace Setup Dialog to add some probes. Custom pr <LI>Notice the effects of removing these calls in the next trace we generate.
    29 KB (4,850 words) - 17:20, 19 June 2018
  • ...AIX PowerAda compiler represents Ada character string values in subprogram calls and function returns [[Category:Calls]]
    10 KB (1,336 words) - 17:41, 20 February 2019
  • ...n is allocated once for each such function call. This means that recursive calls to the target function of a function probe cause multiple activations, incl ...robe. See [[#Nested Probes and Recursive Calls|Nested Probes and Recursive Calls]] below for discussion of the practical aspects of this state.
    39 KB (6,256 words) - 23:00, 27 February 2019
  • This is an example report that shows two allocation points each with 1000 calls and allocations of size 10.
    5 KB (563 words) - 19:08, 16 November 2023
  • [[AUG_3_Writing_APC_Probes#C++ Class Method Calls|calling]] [[AUG_4_Advanced_Topics#Nested Probes and Recursive Calls|and recursion]]
    34 KB (4,340 words) - 23:07, 27 February 2019
  • * by providing your own probe which explicitly calls functions exported from the predefined probe. ...ick_gui.ual</code> is a library, so all interaction with it is by function calls from within a user-written probe. The statprof.ual predefined is another si
    17 KB (2,770 words) - 23:06, 27 February 2019
  • Users can control the behavior of the coverage probe by calls from within their own probes. The API for the trace probe is defined by [.. ...n file, so the run-time overhead is directly proportional to the number of calls to the functions selected and the number of branches executed in each funct
    36 KB (4,378 words) - 06:24, 20 March 2018
  • Users can control the behavior of the coverage probe by calls from within their own probes. The API for the trace probe is defined by [.. ...n file, so the run-time overhead is directly proportional to the number of calls to the functions selected and the number of lines executed in each function
    49 KB (6,266 words) - 18:19, 7 December 2022
  • Users can control the behavior of the statprof probe by calls from within their own probes. The API is defined by <code>$APROBE/include/s Calls To | Individual Time |
    19 KB (2,597 words) - 19:58, 7 October 2022
  • ...ests for allocations and deallocations of dynamic storage are made through calls to discrete run-time heap manager functions (e.g., malloc, free, etc.). You can control the behavior of the memwatch probe by calls from within their own probes. The API for the memwatch probe is defined by
    18 KB (2,825 words) - 18:30, 6 November 2023
  • .... Each Aprobe directive in your probe source causes various expansions and calls to Aprobe runtime routines. ==== C++ Class Method Calls ====
    74 KB (11,935 words) - 00:41, 11 March 2020
  • (2451) support enable/disable calls and apdemand in memstat (2375) Warn if probing system calls
    17 KB (2,324 words) - 14:00, 20 December 2018
  • Note that although all this probe does is make some calls to print via <code>System.out.println()</code>, probes may contain arbitrar ....java]], on the next page, tracks the beginning of all threads, and counts calls to methods within each of those threads. The [[#Example7.xmj|Example7.xmj]]
    28 KB (4,074 words) - 23:02, 27 February 2019
  • ...''callpp.ual''' predefined probe is useful for tracking the performance of calls based on their call paths (tracebacks).
    26 KB (2,404 words) - 01:50, 22 September 2022
  • (2451) support enable/disable calls and apdemand in memstat (2375) Warn if probing system calls
    18 KB (2,434 words) - 21:24, 25 October 2019
  • (2451) support enable/disable calls and apdemand in memstat (2375) Warn if probing system calls
    18 KB (2,490 words) - 01:36, 6 March 2020
  • (2451) support enable/disable calls and apdemand in memstat (2375) Warn if probing system calls
    19 KB (2,541 words) - 19:23, 1 February 2021
  • (2451) support enable/disable calls and apdemand in memstat (2375) Warn if probing system calls
    19 KB (2,616 words) - 17:48, 13 September 2021
  • (2451) support enable/disable calls and apdemand in memstat (2375) Warn if probing system calls
    19 KB (2,646 words) - 16:58, 4 October 2021
  • ...ests for allocations and deallocations of dynamic storage are made through calls to discrete run-time heap manager functions (e.g., malloc, free, etc.). You can control the behavior of the '''memstat''' probe by calls from within their own probes. The API for the '''memstat''' probe is define
    32 KB (4,610 words) - 18:11, 3 February 2023
  • (2451) support enable/disable calls and apdemand in memstat (2375) Warn if probing system calls
    20 KB (2,666 words) - 16:55, 16 February 2022
  • ...after the <code>in</code> keyword), but may also be used in Aprobe runtime calls. References to the application module generally do not need a module name.
    13 KB (1,885 words) - 19:03, 20 May 2020
  • (2451) support enable/disable calls and apdemand in memstat (2375) Warn if probing system calls
    21 KB (2,789 words) - 13:58, 20 December 2018
  • ...at a RootCause trace adds is proportional to the number of traced function calls made by the program as it's running. Often it's the case that the most-freq ...you can get even more control and power with a custom probe which directly calls the Aprobe runtime functions <CODE>ap_RootCauseTraceEnable()</CODE> and <CO
    43 KB (6,767 words) - 22:29, 17 July 2018
  • ...optimized, non-debug version of the program. However, inlining of function calls may eliminate some or all points at which the probes would be executed.
    21 KB (3,285 words) - 15:29, 20 June 2018
  • (2451) support enable/disable calls and apdemand in memstat (2375) Warn if probing system calls
    22 KB (3,033 words) - 21:22, 25 October 2019
  • 1872 ada -O calls local subp body but erases csect, so bind errors 1954 Locking_Policy calls pthread_setschedparam too often
    33 KB (4,506 words) - 21:38, 13 October 2020
  • ...probe is running on a multiprocessor machine under AIX version 4.3, aprobe calls the system function<code> bindprocessor() </code>to map aprobe and the targ ...inux only) If defined and non-blank, Aprobe should not check for functions calls in function prologs.
    54 KB (8,176 words) - 22:19, 26 April 2022
  • 1872 ada -O calls local subp body but erases csect, so bind errors 1954 Locking_Policy calls pthread_setschedparam too often
    33 KB (4,506 words) - 02:37, 14 March 2019
  • (2451) support enable/disable calls and apdemand in memstat (2375) Warn if probing system calls
    23 KB (3,108 words) - 01:35, 6 March 2020
  • (2451) support enable/disable calls and apdemand in memstat (2375) Warn if probing system calls
    23 KB (3,151 words) - 19:21, 1 February 2021
  • 1872 ada -O calls local subp body but erases csect, so bind errors 1954 Locking_Policy calls pthread_setschedparam too often
    34 KB (4,594 words) - 17:21, 28 May 2020
  • Users can control the behavior of the heap memory profile probe by calls from within their own probes. The API is defined by [../include/hmp.h <code
    21 KB (1,708 words) - 20:28, 27 April 2021
  • 1872 ada -O calls local subp body but erases csect, so bind errors 1954 Locking_Policy calls pthread_setschedparam too often
    34 KB (4,606 words) - 16:44, 15 September 2021
  • 1872 ada -O calls local subp body but erases csect, so bind errors 1954 Locking_Policy calls pthread_setschedparam too often
    34 KB (4,606 words) - 23:13, 17 September 2020
  • 1872 ada -O calls local subp body but erases csect, so bind errors 1954 Locking_Policy calls pthread_setschedparam too often
    34 KB (4,702 words) - 21:24, 5 February 2019
  • (2451) support enable/disable calls and apdemand in memstat (2375) Warn if probing system calls
    44 KB (6,135 words) - 13:58, 20 December 2018
  • (2451) support enable/disable calls and apdemand in memstat (2375) Warn if probing system calls
    24 KB (3,264 words) - 17:46, 13 September 2021
  • (2451) support enable/disable calls and apdemand in memstat (2375) Warn if probing system calls
    45 KB (6,325 words) - 21:21, 25 October 2019
  • (2451) support enable/disable calls and apdemand in memstat (2375) Warn if probing system calls
    60 KB (8,488 words) - 13:59, 20 December 2018
  • (2451) support enable/disable calls and apdemand in memstat (2375) Warn if probing system calls
    25 KB (3,323 words) - 16:56, 4 October 2021
  • (2451) support enable/disable calls and apdemand in memstat (2375) Warn if probing system calls
    25 KB (3,348 words) - 16:53, 16 February 2022
  • (2451) support enable/disable calls and apdemand in memstat (2375) Warn if probing system calls
    25 KB (3,365 words) - 17:25, 8 September 2022
  • (2451) support enable/disable calls and apdemand in memstat (2375) Warn if probing system calls
    46 KB (6,407 words) - 01:34, 6 March 2020
  • (2451) support enable/disable calls and apdemand in memstat (2375) Warn if probing system calls
    61 KB (8,594 words) - 21:23, 25 October 2019
  • (2451) support enable/disable calls and apdemand in memstat (2375) Warn if probing system calls
    46 KB (6,444 words) - 01:58, 2 February 2021
  • Events identified by the calls to the hooks library are automatically recorded by the events probe. The pa
    18 KB (2,740 words) - 19:07, 7 October 2022
  • (2451) support enable/disable calls and apdemand in memstat (2375) Warn if probing system calls
    61 KB (8,649 words) - 01:35, 6 March 2020
  • (2451) support enable/disable calls and apdemand in memstat (2375) Warn if probing system calls
    62 KB (8,700 words) - 19:22, 1 February 2021
  • (2451) support enable/disable calls and apdemand in memstat (2375) Warn if probing system calls
    62 KB (8,772 words) - 17:47, 13 September 2021
  • (2451) support enable/disable calls and apdemand in memstat (2375) Warn if probing system calls
    62 KB (8,792 words) - 17:02, 22 September 2021
  • (2451) support enable/disable calls and apdemand in memstat (2375) Warn if probing system calls
    62 KB (8,800 words) - 16:57, 4 October 2021
  • (2451) support enable/disable calls and apdemand in memstat (2375) Warn if probing system calls
    63 KB (8,818 words) - 16:54, 16 February 2022
  • (2451) support enable/disable calls and apdemand in memstat (2375) Warn if probing system calls
    47 KB (6,597 words) - 18:56, 13 September 2021
  • (2451) support enable/disable calls and apdemand in memstat (2375) Warn if probing system calls
    48 KB (6,635 words) - 17:14, 22 September 2021
  • (2451) support enable/disable calls and apdemand in memstat (2375) Warn if probing system calls
    48 KB (6,656 words) - 16:55, 4 October 2021
  • (2451) support enable/disable calls and apdemand in memstat (2375) Warn if probing system calls
    48 KB (6,681 words) - 16:52, 16 February 2022
  • (2451) support enable/disable calls and apdemand in memstat (2375) Warn if probing system calls
    48 KB (6,698 words) - 17:26, 8 September 2022
  • <LI><CODE>gethrtime(3C) (wall time) </CODE>- calls the gethrtime() system function and displays the value returned, the elapse <LI><CODE>gethrvtime(3C) (CPU time)</CODE> - calls the gethrvtime() system function and displays the value returned, the CPU t
    120 KB (21,077 words) - 19:32, 22 March 2019
  • For instance, I have a test that calls a synchronized method from a thread's run method: Child calls (native/Java): 4190 / 0
    73 KB (12,088 words) - 21:47, 9 May 2017
  • * Rename your application and replace it with a hard-coded script that calls aprobe on the renamed executable. On Unix there is a script delivered that ...e routines one() and two() which both call routine three() which, in turn, calls routine four():
    162 KB (25,627 words) - 17:12, 20 September 2021
  • ...ine A you make a call to another routine in your application (say B) which calls routine C. You have a probe on C which you want to happen. You could bracke ...e a block of "memory" in the log file that you can write to. The following calls allow you to lock and release such an area. Be aware that not every log met
    102 KB (15,018 words) - 23:05, 27 February 2019