]> git.cworth.org Git - apitrace/blob - specs/scripts/sort.sh
Use skiplist-based FastCallSet within trace::CallSet
[apitrace] / specs / scripts / sort.sh
1 #!/bin/sh
2 sed -e 's/\(^.*#\) \(0x\w\+\)$/\2 \1/' "$@" | sort | sed -e 's/\(0x\w\+\) \(.*#\)$/\2 \1/'