summaryrefslogtreecommitdiff
path: root/atrace/Android.mk
AgeCommit message (Collapse)Author
2012-11-29atrace moved to cmds/atrace in platform/frameworks/nativeChad Jones
2012-06-07atrace: enable running on user buildsJamie Gennis
This change allows atrace to be run on a user build, where it is not run as root. Some command line options still require root, and atrace will refuse to run if those options are specified when run as non-root. Bug: 6513400 Change-Id: I29984cb8a7c3ad80ba5fa6b031ed8ff81acabacf
2012-05-22Add disk I/O tracing.Jeff Brown
Bug: 6488845 Change-Id: I93acb726f35b114fb1ea7297da4456826f805b7b
2012-04-28atrace: add support for zlib compressionJamie Gennis
This change adds the -z command line flag to atrace to enable support for compressing the trace with zlib as it's printed to stdout. Change-Id: I45301c63a4d1d388152244fec3c9e05e554598e8
2012-02-26atrace: include the binary in debug buildsJamie Gennis
This change makes the atrace module tag 'debug' so that the binary is included in all debug builds. Change-Id: I1fdb87be0461daf686e52ded04b37b9a122edea3
2012-02-23Add the atrace utility.Jamie Gennis
This change adds a new system binary to help with capturing and dumping kernel traces. Change-Id: If2fc074480f822588a4c171312dc4c04fd305356