buzzmarshall has quit [Remote host closed the connection]
<MoeIcenowy>
anarsoul: right
warpme_ has joined #lima
<anarsoul>
rellla: I unpacked your deqp archive with "tar xjf ../mali_deqp_dump.tar.bz2 --to-command '(mkdir -p $(dirname $TAR_FILENAME); gzip > ${TAR_FILENAME}.gz)'", now I have each file compressed individually, total disk usage is 2.9G (vs 1.7G as tar and IIRC you said it's ~30G uncompressed)
<anarsoul>
now I can grep it on my own machine :P
yuq825 has joined #lima
<MoeIcenowy>
anarsoul: interesting trick
<MoeIcenowy>
use zgrep then?
<anarsoul>
MoeIcenowy: yes
<MoeIcenowy>
ah maybe I should also make use of this
<MoeIcenowy>
my mali dump is stored on SMR HDD
<anarsoul>
or rather 'find . -exec zgrep {}\;'
<anarsoul>
since zgrep doesn't support -R
<MoeIcenowy>
okay then it's weird
<anarsoul>
I don't want to buy new ssd only for mali dumps :)
<anarsoul>
I have external hdd but it's not convenient
megi has joined #lima
<rellla>
anarsoul: nice trick
<rellla>
btw i uploaded new dumps yesterday with recent syscall tracker...
<anarsoul>
yeah, already downloaded, thanks
<rellla>
though the depth_stencil_clear tests are wrong since i changed rhe deqp tests, will upload the right ones later
<rellla>
they only have 1 iteration iirc
<anarsoul>
enabling pixel kill breaks a lot of tests :(