eventstat-bash-completion-0.04.13-bp155.1.4 >  A ddنI%z 3 毽k{dJ=gT|栥,s)yqP[x Ε),`i6-X4v\SG uVd[1biŢx2I΋Z$‚hf%IAg B TS/}e̠@R?']ejk ^RZ#0m@3upLg\՟s2y0!0knaDƮ[+x0۹+$ r/SP)_+jq ݧ,X,^QQ2Eͺ2ď#tAguVh(xU@2;v>\ɩ(rk@{G/ |_i-m}YK3!j Gwv9ĪR߬N&{.yb9Xzlɑ~wrvrǘAbt 85-yT}2f*B|4é]DFvy~n\U{G<5694d275308811daabbe56e4db6177b26224a924154723621e2cc1d6ad96560122182026cd4a8ba9ca8aaab35c09c3714c4541b5# ddنI%z &-W"CMĢK7)rD QX MpEA]M:\LNʭ`:UrVZYr3,MLY0 =!Div06Y x\lGaPA2DVM=b!6Sਈ/,av.^ϩJ֭C59"PD=Юz͢}kmdXgN V"IUQye"+eQ<.o]!+,u.bKHќBj+@TB u<̃j&)1'jkB#h}?d B6USU؎m%H UE&/!) AG7KO.IWQx=eB`GB%3iZH;$]f-W*sPd *lJgo#^N 3aor6$Ts# ~)@t,ҷy2 4 k[ η}`?>p>?d$ . Ltx  $ & ( , m pty~Y(~89:6FOGdHhIlXpYt\]^bcgdefluvz48<BCeventstat-bash-completion0.04.13bp155.1.4Bash Completion for eventstatBash completion script for eventstat.dd{goat19SUSE Linux Enterprise 15 SP5openSUSEGPL-2.0-or-laterhttps://bugs.opensuse.orgSystem/Benchmarkhttps://github.com/ColinIanKing/eventstatlinuxnoarchdd{230798adb1e36defec62926eecd6749dd5fae622ff98fa3f0f477952c2560a07rootrooteventstat-0.04.13-bp155.1.4.src.rpmeventstat-bash-completion    bash-completioneventstatrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.04.133.0.4-14.6.0-14.0-15.2-14.14.3bj`_@^f/^V]]@]e@](v@\9["XZs@YY(@YWVŲ@VC-Dirk Müller Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke mardnh@gmx.demardnh@gmx.demardnh@gmx.demardnh@gmx.demardnh@gmx.demardnh@gmx.demardnh@gmx.demardnh@gmx.demardnh@gmx.de- udpate to 0.04.13: * manual: update date, author email and copyright * Add README.md file * snapcraft: update to core20- Update to version 0.04.12 * Rename clock_tick_rate to g_clock_tick_rate * Make get_events_buf local - Update to version 0.04.11 * handle case where comm field contains ) and spaces- Update to version 0.04.10 * handle case where comm field contains ) and spaces- Drop SLE12 compat ifdef - Supplement against bash-completion, not bash- Update to version 0.04.09 * Add bash completion script- update to version 0.04.08 * Add UNLIKELY hinting on memory allocation failure checks * check for failed allocation of comm field * Add null check on failed allocation of comm field * Add null check on return of ctime * Don't strdup basename return but strdup base string * Fix inverted null check logic on comm field * Add null check on localtime return * check that basename returns a non-null string * fix out of memory allocation failure check * eventstat: fix '\n' check on string (null ptr dereference) * eventstat: use comm field for task name rather than task info field- Update to version 0.04.07 * No functional changes- Update to version 0.04.06 * Reduce scope of variable ticks * Remove unused assignments * Update copyright year- Update to version 0.04.05 * Add in some missing voidifications on function returns * Make task_mangled large enough to avoid truncation * Re-order some fields in timer_info to pack more efficiently- Update to version 0.04.04 * Makefile: bump version * debian/copyright: use secure url https:// etc * debian/control: remove trailing empty line * Fix -b brief mode headings * Ensure we have at least 1 task accounted for * Add CPU load, real time priority and niceness fields * Add fast check if we are inside a container - Fix version number typos in changelog- Update to version 0.04.03 * Makefile: bump version * re-format some overly wide source lines * Don't force wide display unless long mode is used * eventstat: add some more UNLIKELY/LIKELY annotations * Update copyright dates- Update to version 0.04.02 * Makefile: bump version * Iterate over arrays using size of array rather than using sentinels at end of array * Remove empty lines * Voidify returns from various functions * Add some UNLIKELY/LIKELY branch hinting * debian/control: update Standards-Version to 4.1.1 * Prefix all globals with g_ to notify scope * Use sizeof object rather than size of type * Remove whitespace from source- Update to version 0.04.01 * Makefile: bump version * Remove unused variable fields * Fix -c cumulative stats * Make column sizing more intelligent * snapcraft: Makefile: set LC_ALL=C.UTF-8 LANG=C.UTF-8 * Add back ref_count reference counting which was accidentally removed * Compute column width correctly with -i mode being used * Make source more 80 column friendly * Use double_to_timeval instead of time coversion * Minor code clean up, no functional changes * Fix non-root failure message * Break out of trace reading loop on SIGINT * Add -i timer ID information mode * Add libncurses5-dev to snapcraft build dependencies - Update to version 0.04.00 * Makefile: bump version * Debian/control: update Standards-Version to 4.0.0 * Update manual * Fix reversed order sample list, put data on tail instead of head * Add back functioning -S option now that stats look sane * Fake initial previous time event on first event. * Remove whence debug info * Eventstat: use event tracing rather than the older deprecated /proc/timer_stats interface (LP: #1705472) * Make symlink to snapcraft file * Snapcraft: add default type and grade keys to yaml- update to version 0.03.04 * Makefile: bump version * Add GNU C printf attribute to err_abort * Makefile: add snapcraft files to make dist rule * Add variable pid size handling. * Add snapcraft files * Update copyright year * Fix non-ANSI declaration of functions eventstat_winsize and eventstat_refresh - update to version 0.03.03 * Makefile: bump version * Fix FLOAT_CMP macro - need fabs on result * Remove sdl declarations to fix sdl shadowing * constify info1, info2 * Move scope of duration, removes shadowing of this variable * Allow floating point comparisons a little bit of tiny slop * Add stdarg.h header * use gnu printf style attributes for es_printf * Makefile: add PEDANTIC flags- update to version 0.03.02 * Makefile: bump version * debian/control: update Standards-Version to 3.9.8- update to version 0.03.01 * Makefile: bump version * Update manual to reflect -l -s mode on tty output * Show long or short command line info in tty output and not just in CSV * Add smart column resizing based on variable tty width * Add some small ncurses helpers for top only mode * Clean up -h info, make it 80 column friendly * Remove a few empty lines in source * Re-align global vars so there is less wasted padding * Make source 80 column friendly * es_printf: emit curses output if curses_init is true * Reformat overly long function declarations * Minor code improvement in set_timer_stat * check for failed sigaction on SIGWINCH * Improve error handling with some error message and clean up helpers * Call endwin() only in top mode- initial packagegoat19 16843308750.04.13-bp155.1.4eventstat/usr/share/bash-completion/completions/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/bfe15fd6da597f58921e4f42cc9fcf99-eventstatcpioxz5x86_64-suse-linuxASCII text\ά>(eventstat and bash-completion)utf-8a3cad465651263b214b9695e72572ae598f1bedd134fa200f9f22ed2b98e8274? 7zXZ !t/+] crv(vX0!ņNaK.9i*=)Atct:]DYZ-W}:"<7#8R [?Vj"^-7,yPB?Qe܂b8ͬ)>vH.AUY~:ޮuSpLGl`TNN*0 {x#>'("?Fҡ)xa?7fqVH~S3ٌ7~UX4~*ij;UlئQwz+BVEY0'0>:A\e{is`3qF/Y"qgBkCu_<4e}20֙id&E(]sw1V6&AD3\~>|am IL\m .,c+#CvG>ڥk@Jg~QEG Z2+X\gi3ey)füQo2TB3GVf7& qb=H5KuؗM̉H%m<9Ѹn%(qWTD0kcgcT@xŶ^ YZ