eventstat-0.04.09-bp153.1.15 >  A `C3z!M@eee$;񛊝].oWФb%`VI%5+) %]Y]+Ƭ0*}Z6O wt_mSwN(1BCT"5o6ےyzq`gR9ŗPQ& RlIRYEskCc_&nHA/͌?M'p>?d   CPT`d   $ 4    4\l(89: FGHIXY\]^;bc4defluvwx y0 z\lpvCeventstat0.04.09bp153.1.15Kernel event states monitoring toolEventstat periodically dumps out the current kernel event state.It keeps track of current events and outputs the change in events on each output update. The tool requires sudo to run since it needs to write to /proc/timer_stats to start and stop the event monitoring.`C3kobs-arm-9ySUSE Linux Enterprise 15 SP3openSUSEGPL-2.0-or-laterhttps://bugs.opensuse.orgSystem/Monitoringhttps://kernel.ubuntu.com/~cking/eventstat/linuxaarch64+FA큤`C3k`C3k^U:`C3k2007a48c69dccc37edcbce88f4b1ccc092aef3a7e1f711c7b63c7ea112ab74fa8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643b352ae6be663f0bceaa74b54b64f2818f470004290808579954eeb7a1466e223rootrootrootrootrootrootrootrooteventstat-0.04.09-bp153.1.15.src.rpmeventstateventstat(aarch-64)@@@@@@@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(64bit)libncurses.so.6()(64bit)libncurses.so.6(NCURSEST6_5.7.20081102)(64bit)libtinfo.so.6()(64bit)libtinfo.so.6(NCURSES6_TINFO_5.0.19991023)(64bit)libtinfo.so.6(NCURSES6_TINFO_5.7.20081102)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1^f/^V]]@]e@](v@\9["XZs@YY(@YWVŲ@VC-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- 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 packageobs-arm-9 16150168110.04.09-bp153.1.150.04.09-bp153.1.15eventstateventstatCOPYINGeventstat.8.gz/usr/bin//usr/share/licenses//usr/share/licenses/eventstat//usr/share/man/man8/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/fdab0570b77cc9ed87af5aa75b19d469-eventstatcpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=3d815bc4a8cae8dbec92731598933298f4b56c13, for GNU/Linux 3.7.0, not strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) RRRR R RRRRRR(sz B hmutf-8b38a0abbc0ab22c72e4bb1bca3cb05000e1628e994a215f01c6ce2abb9ec0f1d? 7zXZ !t/|wU<] crv9wK._o^!h;oVI`*Ȧ(}2s4[3^/¶9Pf3? ! kF4Qy;q*Mfjjti6H_؟,rznp 睸꼷SP 3e:FT2B&Zf8C@$( >~V1xrNQ LdƓ4R'\W/O ۳ɋ*c;Bq1\[ ?,Td!}hm} [%78cӜ; P&L9K $p,BO^xRڑ;t'1w)ZFtfO'Gܓ/Lx9 ek 8XW{y2gPiR>C`*SvZ&2iV%T7a IaPܔ8 >jaSCNK_kEuppqx U-7oTF=:- a},:QKM|`Kd9{(_D[r6~k=M V7jH9^`ɝ>]s@^[M?}0h:FL%Sn[IjwET;`A&R[# x6-3`ډ"1Ì~ZP)5G9_d;-S:a<1->t]49!Rmr$*tɱ=_SFeGQKwk2I;ohi_b(J?CYAoRE^V18Mqk_ottQQ!=cPO]oJK>zN$վD'ӣ>̠=e (79ޥWW5 K{V'lztVwޟjU"3s5I m|m6RBg:=LG~pl*p\U`ڔU`^_ὟVCAƔ dDdݎ0H+:ϼ.UN/إ+,% Q^ ˆG.-{Yw^ɬ !v|#9h?[kVOtVqsIfe O0 3;,zɠ\x$.3^A?Mk58.[p JQB+9xO䕞vqW$~fK;oف ASw~0|C8mhA@a!YnAy7H {,^\;:M)d5ed>һ@QŦ&lgzmdQQ­0\4.˱P:8,Ҝ0]ab(rhZDY%6"G?w>G$ w~5,J D~e? p-SR&%Ů 4kA#Yz]=vܸFxCbh l cAo=P~7 U-RLLڝj A:(baw|HyX$/O%fg&׵6Q*ɏ@n8ȶ{/ FHGa@oG#7k%ĉ,y6 Ӹfj+E\D@KkQ:!.ΊS#ȵY]}OΫZ[!lCg3qWԷ+ǛH||]@/3a s=qZnK}m= T$N0AkeG%8nYE~~< =btƥ.'/A9Ҳt6wJj$tʷkG*8ɽ&xS@cK7lkմ;L.䅩x>LYIΧ !l\r[kv*g(=[4_XD&rd طKe,ISJ&@;;"REWH xfj^1wt0kPً V}zkLՎ kj4pL)7%b(z(m$bM^$GͶMU9K`}IN2/1/a 'B\-: Wn189‰Dz9rZ~_(Y/-AKf_s΅xnFͿ,&~EUl6xTIx(uUIj=>\[|jS&64=Hu,d"HFK&~M_I" ٓnaShǰ9_0y> VeDx-|֯"0#QbvP5/Ol@Kn^õP$k+unݤfp Z;j *B͑?ps!Ju1%knjL ^^*CR}e$TD;|Zw<hn6~-ny"hӺнJ+K8k];K<򶛎#pV|GV؜.;ρ5W$z JW* \[ҡIvaQU m+(DnXݹOnz{TW .7j%Qpu}߈a{H/y\ "pXtF:cU q+18㺄YqM٤ig?5?#1=p/5kwEdI༫P`YBfJ#i40*fR▃?E8W@=AEh*~ ߣt˽(wIc2$\HC2AY(p@3svǛ9+K=-U)x/DjZ%X &묢)ϧp Π6sH~}âvgReC*!(Wm ~ r`C6jֽِ5#ÿxkK.$/''09ߜʱ;0E,R>{=&; bRX܎ϒUHD5B 2!hX/WSN] Hl Y$>izH1b{oB NB rM ; z:ʌbX`2V풷INPmM;ukzy]4A".| 4 g,*XMI>žd4)NT NϥU_@6jo$xmLЯbxq.)ѓʫN|M `Rea"Gsd닏o @QkmiLX̀Cnb/ 3@f#..ORG I9*謔W^a%W5[y9U\K#Ur"jL5 UN/WkzbwKw]VliZӈ~U>BfK {g"@RXG|]֌ D5)۰=(\ ΃$zT "Σ!0#>gǑyG㚬Ԝ-%0SS&ɾ#lW%SQ,;}h17H5Ej-d2Á߂tp $T{RA~ ,)8c #LXޑP\ֵ.} * [H[T ŰBTڿ?tXX''&, :Ci|-0?7빰+٤(Lb_>3{)>cZS^}VѰ_TЈΑE1y)#4!C%nm=".čn 䞣C@[6gwE,uE֠/gnuuxᜁR/i+6J&`pDoӜnp'pOB`c3gs8Qju0=5{6jLbBI5I͠V{йڶXjoaA-dM`6bz˝y.&OGFYN, ’Y%poxȢZ]c *Ij7g? {L%(U#`ӳ{^ϳ>?^L}R}Nq$P&{;}ϕhnPѳ}ޘK:-'j@Oq>~n7~bU]`Ep.2`W< \m@Q۲$ qiERI ϣ4o 謤>F+ NXW\hj՟`lc!C'|6W% G[< _Z*GN%' ph⦬5t:n5q4mٌ$ٶoe ٴH˓fIpHq~i7=qzaR_ Qů[W[\{2FƳ4vEJ$Pr3";Bah-W+vK,Ŋ܃B4&ۏ:j';W-o\(TJl|*-gϕ~2;I=tѰg4"i_XI9fL:o\T'HBG@%ѱlMSVqSņ#u8Y*ӹ'p՘JKp |nJLYG`TU rkO-V<^̈["EwHBZ˷maDHw~Ⱥu2xTQv?f6/,kviR?Lh)j#1L1"Lcۭ3uǭ0-4ưjnkϩ+;mAr@2~(5ff3Vp !{7:x KoSQc ԋ_Xtx\GndO1C47fhZ{~Ivwk-Sh͂BB4"!<,3fQk%e$ȋ"1WuU[} _u72e8$lN=F @)=X:BiXW*ؾՎ[6m5EXQݤ`h|b*iC3.zG08+Liy{uƽxuTF2˷t:H/s_hd+l~*ZҔ7PWA-adD|~t3 A o& %JpM&5NǢ8G~^Db..WFf!kn? 9*y +/ħm@;zz;@&M=(!tTɱs>鋟Ð>L;kafLu?m2-'/ h&U^v;JL-|-^$,$^#[P)i |FzF)Ҵ{XL]-OAJ'n{ĕJˡ=~x7 ,L)5iHW<6ϾԚ`((_3ƥM=LR)l>N;Pc!+ {䞻ޮSQLm=>8̑S{۝'%.wTdnpdĀ[fs~<͊".73$bR>ڊA+fg,0~Mb䗛-V C f#6,Gs净GJ`d<$FK`ys߀:WR=Џa_bNCg~7ٙ) VoKDxQZf$<̍z~2_z՝^A@$h%ZQG;i(:愚O8) = E7َ #ppë`&-452!F+87-]61ͺ|/%:$7.`NkVFhRVL/匪I?mhƾC"=U&%?+]"<`X)"VB?NIK-9 4gLf4CLii $No?R򛕌!ۢR d?|ߵ_ rԜcغUBHU"1I$ok)4d:Uj]ܘuPt c^ wFgړv!яlId #_eܱ(6Ե-igi]0tƎ%Ƣ,"Tj @}vg2>|Z토cs_pC`;-Nʘxis^prfaƢ6bs}x .KtUu!-xMbeط=#kx- haW^xXC2TP0!{W?6BЭK\ѧxwb r1/welGϐ/-%"f*P| չ㫃:}[4ͽD*Unb*}t} M<ć5Bj» .rռ…K,IzTgNf g\{nVwP>tX13eA'+o>20:u+jvزi^4_ ;l3EKl'aۼԴ X/X< ɜ1Ip͊'I)J&|Mno @a2\֞('6 ajA}@@j ʁi,ʾ[BqԦFe /٬x6ɣu̳ԶVUkFHWNԺtwKl"2Ӡ:VAhD~$8YыuˠW  }ZtQۓ;briER΢jbSSJA8Cq|T[2@Fv;e,nZT* M\9: [=ă-EVgda`zmym4Ø[]z:Pv#Q m]S#Éク!cvZ{?t&FY*Z9_dhm忑NIJ} LM @PZU>̰i%$aU2EGBHKwSВAeJ&a:r/?8U/M%tOS`qU5#XW Rf, yHh0nHxiT]ѓb@xzoZ"YzdDn_y`8qmIǗV4_x7~?{X53JQ4^3˶`b髌TtE&kVHHNa{d; 9C峣tڛS2˛BB~ijĶ_+g;dĐTj!Јd>f sP\peKA ew 7ǖDt,8} ؤΎ.7kI,>p ڟ򨬽"Ox5!]åj_j5Ell_ 32;ک>ch< kMxX:Z/"q6znJm4+2P' $*B(ej`6:p)C䋦>l#Lf 88\ 鿎73nĔCDQKȕP1풤r&cfD;Q,(";֟u2mOKtJۣue+-1c5X+(7Б Vk bX6T -3R_Ѥai4 ԱgK>4#+j1TXu!Pq'ž: 3MFi0\NZ=2HC2x8W@Ox-ӟ$]Q./MV/)ARn]qtx3A)\iwW]c=jKۃVCqqv@NL`] /:|ggЫ[R _ЇgG'#􋖝 :ljɆU?]JX4)8d#̣:I@H<]Eo`sz;hK(Šamw'a Pg0"6qDe7ݍsq}WpMIzbȐHU+z*0H%/]D:%%0­ 0){Ъo\5;ٸđWypE6#= wa$}|@Vi;)'e\nxE[m/lj""Q ul& SO{;%od %Zks+']/,6 [|~WCx۰3[ s*P73MŞ2Ff\ܾ)?vBWz5 :}zVzQѯ7 E/ZLc~ִGԇ%@zݏv4dzs̨~q "`„x<,]z6O+'An-@ v.f_jLvN`* J d+aHX/w Ur_z1<@@1q'9h=]`43 B7CI\_m5/`"o}ϒա3pg=҆=W/ -EW^>%-||N~E/2a, IS h~kN\"" [,EkcI%, rujx !XeeE&䈾*`*-c7M/J)̓b1p-j&Tv}C+CZF%<ף hj #F58 6']g]$ذOa @?BnlJ,dLf ) ;%w! ?X (0jDW] qQSNGiid]jIvMm9(sQ{_yv%B^ a[NBdB\ pvI(SèW"#wyv'\=J^ߒL=#Tv -y\PC)eYd+>mD)FZ&b?-ڴd +B2{rgcۻ4EzEO8N)Fiզ*|/yJp"T`q [ç*~ g)4qi+qtf`N%/$:N,GQ5d*jR{ O4̌mTze|mv~7; BښbP_%xRUB,s`KAIz*Vw-gM k"֓(XV($Îޖ3k׶C JogHudj&%C݂AW-n{mECY{;2Pp?\jYYH4cD}ű,WPϘ[ϰwoךe7Ȼ>ޑNJ8x (yyLUWMkTە$^8i$͕7f$=0 Ce2Y{= #XDs܂a#TI0ݘ -Ⱆhb;GS,>i]R5Fk&*c RÁ6kgYPw#9uR͋" a ުr|86Yyuj[~toNJT(E0AŨ@RݒxUr{͊`l?Jzd=N6{u>%KQ=Fobċ$H/{,/ArAХ&(ծ 3Tҭf=E@eQ50yz!lOs^mϻyн0J酘K&!ȯ3EREE\My̬SŽT9 8Sh>̲Yڢ|¨6 /tETd4?7z5Jp8vqzĨo_6VLR:˯//E)5Z[4(NkN}ɤl8~M+0"]$saUO׸p"E-2:T*Of23 (yTr0Go.bJKHiEG(+>xZpGRYjr\.o}d$+'cTu$,*v1;1O,xdk Gh ,)\}_0_lrd^t}(;gWI;y.Q\w O;-|WYhZj{'{@e/ [$)F ' xg3䱝aE 0e` FQO Ū&N bռ8+~."n:ayECض ԿF GQy3=j7J5vÀ8ijм2=,i]IQ#iV;DD vxN-LR#B%AD Nk_2xw8`A9\$t/$!LKi$TD'd?faH, v+ )z'V gѮۢ.F͊?Bxm揬-vpҋ89 ^~&\?+&/Or*1O%} !:fx#ʵ߅%ߵ80}@jJ):C@T>Ԫج L\jx #o}$JaupzQ?4-iW!_AݍwTYlaD֡7lsg dd=c?IZɗ?:1j\Ie n֒jhSl}0z _ZSH$IAlze4QpHx <-h'b!g؝g[Ct8YQPm1̳{4E]39I:~Py|p)hCIMrѻ辧f[8@ ,]0>A8!qoDsȪ7 2$~O53q["INDĸpE]H3@FɳW#쪍(ΥO6qp;-$w;Bc*~б}K ;P ! eBtͮefWQL ׵Y2&n$C+9l|G|ۥwK'k 9 A0P̪X9ٞ1QVЧ0H <~6HЌ-0.tcA${[SWHN>EÎ\zlXP~ҪLy#Rp` &5gcg^N|}|˴x^/("Mc;/ X/¦Y7u{_H-WhuS_c "+Ə$PN{Dt?*s GvQH`EZ8Q#׉KaQ״70QtxODIJָ.b}liXfC$obuO6WşOWW떙 d$8/ &GcO^Bvn G={Hh2 PPj_U@8t]8̓t|] (KBS>Z˂j^ b?Atqu-GlZ<ۘSGK-7Z5\A{Z&,WA$ ӀL ~qzI=$(q٧io5B`nĒ)]B 8v.x|l7%eHCFDU #$ ƞ;}%S,DZdzBů^/.CҾ\`-4RZ2.NƖ˯ԋ0:E |Zо/^`X&oP /At0!\|aډXA-k)j"9V<,VՐB'7d.#;%|@GvhdC!8WfE3/XdFit)@7|.8)6@@qF $H44c7Hq9Ȓ i4CSy{9Gytn'6 fC-J)O1T}T$Ͱ_֡o5vbf:Qj<O dIʟzs:pBlǾ3ThVKCb3AG[$i$/Jbq1aksx)֑e[Uj|=Ľ5w%1s^!d:c=u|aP0DgkL`.{B\/:wXt}-I lk#O0aSk>B!p<>?ʁl:H\<T zNYlK6zWb.tYΚɕ:}Hed;1ˏrqϕ{;,mE Kt?G)r@p[zi_ &-ZzV-Si5KuO Sګ_{Ԩ+pRRUȊ{^H8&J;φyp?$D.ex64*Hi<󃬬>K\MW&@1=Bn?gaB1Q:5'IG6q*2u{'ǠίĦyUvװý=n}ֶTq%EfFmCEN1RV>kʧ$58FS ճX,c!)]){bD MyqK5n#E? Tw^G֜j^ g֐dBl>e 9y<&ӹxH槥&/=+|$f&7@(4D bHRY7~4̵ӅUyƋBv+p%Ah(bs+0p ]"yzCYQ% @&3YkmM_◣Xz$rEJ]e<[*_p {}ᘴώȈBPs p.cDi5PMwVs#F`L/ǁ%to#%Ek T(e3 xqP'ienȽ):ÆD`s@[c( ?TͯNKj`۳a idv B.`Cz׮B٘>sOذ9 H|=잾ZxUv|ko#ƚ/q&%˻v_tH1@k}Ǘ 琎od1~Vփz͂3"גbqc[TWѨ54Uo(L{y$st_EUQ#[I@7ɨYr^OZ8K_\,~E;@-lX*oU ĆZtyO@ ʌ+>PT 5aZ5ҷŬ!"VAA)cF@K=nucCOVPay'K~eOQ'Z9dah_~z*ȚEޮNSSzgenvqIz˚> ƻ&+< ;$1W]Az%a7cA|åDhG/ n;ut?e|Af|ciSx{BIRtJ1XPҁxlrr3BB~D< >P] ݧ+&0Z?9[&Ɩ̍>WiB*߼%.>¶pQ0})(zFQ2!cv zA!r2dۉ&Ún};suňhc0>CwPFçau|Zys\1$P,;X83.DI ǹ.]8![p!yES:G0E Xu;O4_Qۂu026UȢEKǡ_>};&( Q{ߞ1ȵ+n^+ri<`y7;sif %S`cQIN\^+sr;tm4=J_MS0Hb<̀*ERAxf8%(aphYi;_).wR_q~."cO,xhUoƄ s-?rZXIN>s-2,5%? XPdUӤ !ә\x8- ]"-8M#"2op ʷv۷-(xĴsӸr9KH@ Bi4/^UE?xµFK*3N)*j^Sv=wTgN\/mtJem'àl]C:[K%}q S3ȣվZk^0jcf@[ s/v8=9+8AyyFxg(`/[BrIa@mUkzg QlGa+ Z{eEAg2}йEAPh2ƨzylzz($86?Jݺ\HIZAqt[*@PķdvaFOq( Tw<W]|!٥IC59C`rd~AoN]\"lby:QBP MKy@8bJD( KPm4b['-t[!@trP_AF]Q0 x|5OY ƆLP][Z}E~Sʝ7(XsY(#9Ehbu INF15&jƘFEȾs"|9;Ʒ6i$A"×ǝy$a)g%hGjV-Q>Yo_dYZr>}h ŨcаaYAb*," fP4C=iUڏ_S 'S7΃pH8;P'9[s ^JqjϷx:PY7fKsܑnURK6'"o+Zaz@KeNmlV%#*=H%_SU eU@[R)IXzkԵ2!Kq)r@7UK^+XiG$#)jP@(W:(W>i'#:r L)橚Gyè3jͿCrMPV1ʹ _yj7K x8WWÌh;BYQNϴl{ԖwSt\3IN /PU|ȮĐ4C YZ