summaryrefslogtreecommitdiff
path: root/usr/src/lib/libdtrace
AgeCommit message (Collapse)AuthorFilesLines
2006-04-266368850 curcpu->cpu_chip translator identifies cores on Niagaraesaxe1-6/+5
6331128 disp_getwork causing performance issues on lightly loaded systems 6375908 lgrp_choose() can be too eager to spread out a multi-threaded process 6378920 lgrpid_t rises from the grave
2006-04-246410027 ustack() on x86 doesn't match pstack(1)ahl1-5/+13
6414721 it should be legal to have only is-enabled probes 6414729 USDT probes can't be enabled during fork 6414734 $dtrace... symbols appear for static functions containing USDT probes 6414740 processes without DTrace privileges don't auto-enable their USDT probes 6415612 core section headers can be corrupt 6415617 USDT providers with identical names can cause an assertion failure
2006-04-046408665 dtrace fails in nightly buildbmc1-1/+1
2006-04-036369582 dtrace fbt:procfs:prgetattr:return probe causes panicbmc1-0/+15
6377362 killing a -xbufpolicy=ring dtrace consumer can panic the system 6379717 dtrace_dynvar() lookup/dealloc race when dirty list is empty 6380434 dtrace_softstate items consume more space than required 6405658 "failed to grab process" when instrumenting many processes
2006-04-03PSARC 2006/196 DTrace Filesystem Info Providerbmc1-4/+16
6405662 add DTrace fsinfo provider
2006-03-306405927 USDT is-enabled probesahl8-94/+268
6405929 USDT DOF with zero probes results in an unsatisfiable memory allocation 6405932 dead variables in usr/src/uts/common/dtrace/dtrace.c 6405939 ::dofdump doesn't use section sizes correctly
2006-03-244970596 RFE: should be able to run some DTrace programs in a zonedp3-17/+9
6231905 PRIV_DTRACE_PROC and PRIV_DTRACE_USER don't respect PRIV_PROC_ZONE 6388070 non-root non-global zone users can't get dtrace provider modules to load 6393431 dtrace_proc + proc_owner doesn't sufficiently enable destructive actions
2006-03-106395902 use of USDT probes can cause plockstat and other scripts to failahl1-4/+3
2006-02-226217718 plockstat(1m) should sort by totalahl4-19/+49
6381059 libdtrace doesn't correctly detect all x64 jump tables 6381319 the compiler reuses aggregation IDs for disparate aggregations 6384324 plockstat output can be very confusing 6386262 DTrace version needs to be bumped for the update
2006-02-084864945 spelling error in usage messageahl10-244/+558
6299947 ustack() needs to ignore the top 32 bits for 32-bit processes 6305794 libdtrace misses rtld notifications 6309681 USDT headergen 6349088 dtrace command, Assertion failed: dpr->dpr_refs != 0, file ../common/dt_proc.c, line 976 6375841 USDT providers shouldn't be allowed to end in a digit --HG-- rename : usr/src/cmd/abi/apptrace/amd64/Makefile => deleted_files/usr/src/cmd/abi/apptrace/amd64/Makefile
2006-01-116370454 dtrace should support USDT probes in static functionsahl4-61/+338
2006-01-086198296 dtrace's printf() misses a corner casemws4-21/+67
6235357 dtrace(1M) can't ignore SIGINT and SIGTERM 6282866 D string behaviors need some cleanup 6304467 dtrace -G by itself does nothing and produces no output 6305443 dtrace falls for typedef fake 6312329 qlen.d example won't parse 6312678 D compiler needs to resolve direct_declarator IDENT/TNAME ambiguity 6320980 ctf_enum_value() returns NULL instead of CTF_ERR on failure 6327910 req.flg entry missing for usr/src/common/smbios 6335522 smbios_bufopen() computes intermediate checksum using unpacked header 6335549 prtdiag: can't get smbios tables on toshiba tecra s1 laptop 6335559 smbios utility reports bogus cache size information 6368524 ctf_lookup_by_name() qualifier check can be made more efficient 6368526 fmd -o debug=help core dumps after printing help message 6368529 Psetbkpt() is returning EBUSY instead of setting errno to EBUSY
2005-12-196356708 libdtrace should interrogate providers, open devices via /dev. (fix ↵dp1-8/+7
lint)
2005-12-196356708 libdtrace should interrogate providers, open devices via /dev.dp1-46/+14
2005-12-016357600 zero value in AGGKEY bufhandler does not match buffered outputbmc1-1/+14
6357949 lockstat fails with "bad quantize size in aggregation record"
2005-11-296340196 Probe effect when using strings in aggregations could be reducedbmc15-265/+1246
6350216 get_hwc_spec() runs in quadratic time 6350217 printa() refuses to use %Y/%T format specifiers 6350219 aggregation/assoc. array error messages should use "key" nomenclature 6350221 undefined behavior when lquantize() is used inconsistently 6350223 printa() should support multiple aggregations 6350224 need aggregation sorting options 6350225 need private dtrace(1M) option for buffered handler debugging
2005-11-096346636 expunge readdir_r uses from Solariscasper2-19/+4
6346809 S_IFxxx is not a bitmask but our programmers don't know
2005-09-305094814 dtrace user return probe trap causes assertion failureahl1-41/+51
6322760 dt_pid.c needs to rework its use of xyerror() 6327139 pid provider link map handling is inconsistent 6330782 ustackdepth may not always match the depth of ustack() 6330787 threads with no user context can report bogus ustacks
2005-09-19usr/src/lib/libdtrace/common/dt_options.cbmc2-3/+6
usr/src/lib/libdtrace/common/dt_proc.c usr/src/uts/intel/dtrace/fbt.c
2005-09-066320437 ::difo doesn't always properly align its outputbmc4-30/+106
6320438 helper tracing should trace detailed error information 6320439 aggregations with negative values are not properly sorted 6320440 quantizations with values in zero bucket are not properly sorted 6320443 linear quantizations with values beyond range aren't properly printed 6320445 need mechanism for ustack helpers to annotate frames 6320447 %d doesn't work properly for printa() of aggregation w/ negative values 6320449 helpers should be able to call string-related subroutines
2005-08-306256581 System got a hang or a panic with dtrace+kmdbbmc16-350/+1412
6264573 unanchored dtrace_getpcstack is rather imprecise toward function end 6289517 dtrace doesn't like fd_intr anymore 6291378 dtrace helpers can interfere with the use of kmdb 6295554 dtrace doesn't report errors in ERROR probes 6311947 add umod()/ufunc()/usym(), mod()/func()/sym() 6311952 buffered handler should be called after printing each tuple element 6311956 drops induced by END are not recorded 6311958 should indicate missing jstack() frames due to string table overflows 6311960 allow some DTrace options to be set dynamically 6311963 jstack() produces stacks packed with "StubRoutines" 6311975 allow boolean DTrace options to be unset 6315028 allow quantize()/lquantize() increments to be D expressions 6315033 add dtrace_addr2str()/dtrace_uaddr2str() to libdtrace API 6315034 add ucaller variable 6315035 enablings containing USDT probes are not dynamically reevaluated 6315037 cannot aggregate on the return value of some subroutines 6315039 including <sys/kstat.h> in a D script induces compile-time error 6315087 stack() not correctly printed for 32-bit consumers on amd64 kernel 6315975 flowindent should operate on any probe ending in "-entry"/"-return" 6317350 symbol tables should not be discarded for UNDEAD processes
2005-08-226295588 intrstat reports statistics incorrectlybmc1-4/+4
2005-07-316275414 unary operator * doesn't work properly when applied to args[] elementsmws33-392/+1193
6282291 D compiler core dumps in dt_node_dynamic() for inline parameter 6295808 dtrace could warn about /* w/i a comment 6301080 dtrace debugging support should be easier to maintain 6301082 mdb should provide raw target support for DOF 6301083 dt_probe_discover() fails assertion when matching unpublished provider 6301084 Pscantext() leaks prmap_t buffer every time it is called 6301086 dtrace(1M) should always dtrace_close() before returning 6301087 dtrace_close() deadlock in dt_proc_destroy() when processes are idle 6301088 dtrace_program_link() leaks ELF handles for object files 6301091 D compiler support for USDT translators (part 2)
2005-07-204970475 There should be a stackdepth equivalent for userlandahl4-13/+65
5084954 value of dip can be incorrect in autovec 6181505 dtrace sysinfo:::modload probe does not fire when using 'modload' 6265417 schedctl-yield isn't listed in sdt_subr.c 6272558 gcc and dtrace don't get along 6276101 dtrace -G behaves strangely with multiple scripts 6284880 intrstat can leak dynamic variable state 6295662 plockstat needs more characters for stack addresses 6296903 invalid memory accesses clear other DTrace error bits
2005-06-14OpenSolaris Launchstevel@tonic-gate88-0/+36433