chromiumos/platform/chromiumos-wide-profiling.git
6 days ago Simon QueAdd kernel-next (3.8) test files 39/51339/3 master
10 days ago Ahmad Sharifquipper: Comment/whitespace changes in perf_data.proto. 35/50535/2 factory-4128.B factory-spring-4131.B
2013-05-07 Simon Queperf parser: explicitly cast u64* to uint64* 40/50340/2
2013-05-07 Simon Queperf_reader: replace uint64&'s with uint64's 39/50339/2
2013-05-07 Simon QueRemove unused #include in perf_parser.cc 36/50236/3
2013-05-07 Simon QueAdd support for branch stack info 73/48673/8 release-R28-4100.B
2013-05-04 Simon QueDiscard MMAPs that don't have sample events 67/49967/5
2013-05-03 Simon QueParsedEvent contains pointers to sample/event structs 66/49966/3
2013-05-03 Simon QueAddressMapper stores mapping IDs instead of names 18/49918/4
2013-04-26 Simon QuePerfReader: set branch stack feature bit in perf file... 72/48672/4 stabilize-4068.0.B
2013-04-26 Simon QueAdd support for callchain perf data 71/48671/4
2013-04-25 Simon QueReduce amount of logging 14/49114/2
2013-04-19 Yunlian Jiangquipper: remove unused function 97/48497/2 stabilize-4035.0.B
2013-04-19 Simon QueSupport byte swapping for cross-endian machine data 79/48279/8
2013-04-18 Simon QueAdd branch events to unit test perf data 91/48391/2
2013-04-18 Simon QuePerfReader: support event desc blocks, add piped test... 55/48255/6
2013-04-18 Simon QuePerfParser: exit event pid/tid and ppid/ptid need not... 17/48317/3
2013-04-17 Simon QueMove sample info read/write from PerfParser to PerfReader 34/48234/5
2013-04-16 Simon QuePerf reader: replace asserts with CHECK_EQs 35/48235/2
2013-04-16 Simon QueFill in pid/tid fields of both event_t.ip and perf_sample 98/47198/2
2013-04-16 Simon QuePut exported classes into quipper namespace 87/46787/6
2013-04-16 Simon Queperf recorder: use piped perf data 32/48132/4 stabilize-4008.0.B
2013-04-16 Simon QuePerf reader: read piped perf data format 31/48131/4
2013-04-16 Simon QueSeparate file access from perf data read/write 30/48130/4
2013-04-15 Simon QueBackport protobuf based on Chrome protobuf 67/47267/2
2013-04-12 Yunlian Jiangquipper: change orders inside a struct. 36/48036/2
2013-04-02 Simon QueSeparate kernel/non-kernel addresses in quipper space 38/46938/4
2013-04-02 Simon QueForward declare AddressMapper class in perf_parser.h 86/46786/3
2013-04-02 Simon QueRename output files in tests to be shorter 26/46926/2
2013-03-25 Simon QueAllow forking of threads with the same pid 43/45943/4
2013-03-22 Simon QueRename "time" to "sample_time" and "fork_time" in protobuf 95/46295/2
2013-03-22 Simon QueLog both tid & pid for fork and exit events 78/46178/2
2013-03-22 Simon QuePrint parser stats after processing events 77/46177/2
2013-03-20 Simon Queperf recorder enables address remapping 42/45942/2
2013-03-18 Simon QueCollect perf event stats and include them in protobuf 45/45645/3 stabilize-3881.0.B
2013-03-18 Ahmad Sharifquipper: fixed missing WithName in perf_parser.cc. 75/45675/2
2013-03-16 Ahmad SharifEnsured the stack size is less than 16k. 61/45661/2
2013-03-16 Simon QueReplace LOG with DLOG in long loops 35/45635/4
2013-03-16 Simon QueSuppress perf report stderr messages 34/45634/4
2013-03-15 Simon QueUse common.mk in Makefile 09/45609/5
2013-03-15 Simon QueAdd timestamp to perf data protobuf 04/45504/4
2013-03-14 Simon QueAdd remap option to perf serializer 57/45357/4 factory-spring-3842.B
2013-03-14 Simon QueGet DSO name and offset for sample events 56/45356/4
2013-03-14 Simon QueAddress mapper API for lookup of name/offset 55/45355/3
2013-03-13 Simon QueAddress mapper test: print addresses in hex 52/45352/2
2013-03-13 Simon QueUse synthetic addresses when serializing perf data 22/44222/13
2013-03-13 Simon QueAdd address mapper for obscuring addresses 81/43681/14
2013-03-13 Simon QueAllow unit test stderr output from the shorter tests 25/45325/3
2013-03-13 Simon QuePut perf data file list in common header 73/45273/5
2013-03-13 Simon QueAdd function to deserialize protobuf without writing... 80/45280/2
2013-03-13 Simon QueFix function order in perf reader and serializer 79/45279/2
2013-03-13 Simon QueRename (Des|S)erialize() to reflect file access 78/45278/2
2013-03-12 Simon QueFill fields of IP sample event struct 66/45166/9 firmware-spring-3833.B
2013-03-12 Simon QuePerf parser sorts events by time 17/45117/7
2013-03-12 Simon QueImplement reader/parser/serializer hierarchy 03/45003/9
2013-03-12 Simon QueFix whitespace trimmer function 60/45160/2
2013-03-11 Simon QueMove perf sample utils into perf parser 01/45001/5
2013-03-11 Simon QueUse PerfParser in PerfSerializer 02/45002/5
2013-03-09 Ahmad Sharifquipper: move local functions to anonymous namespace. 09/45009/3 firmware-spring-3824.4.B firmware-spring-3824.55.B firmware-spring-3824.B
2013-03-09 Ahmad Sharifquipper: miscelleneous fixes. 99/44999/6
2013-03-09 Simon QueAdd perf parser class 79/44979/7
2013-03-09 Simon QueUse local references to events when (de)serializing... 61/44961/2
2013-03-09 Simon QueUse correct argument style in perf serializer 55/44955/4
2013-03-08 Simon QueGive PerfSerializer test the correct name 41/44941/2
2013-03-08 Simon QuePerf serializer uses perf reader internally only 40/44940/3
2013-03-08 Simon QueReplace char* with string in perf serializer 38/44938/2
2013-03-08 Ahmad Sharifquipper: make test more precise. 92/44892/3
2013-03-08 Ahmad Sharifquipper: put all std::string references in a common... 96/44896/5
2013-03-07 Simon QueUse variable reader for fork/exit/comm/mmap events 94/44794/4
2013-03-07 Simon QueUse util functions to read perf sample data 93/44793/4
2013-03-07 Simon QueUtil funcs to read/write variable-size perf sample... 92/44792/4
2013-03-06 Simon QueMake sure all perf samples have the same fields 13/44713/3
2013-03-06 Simon QuePerf serializer test uses ASSERT_EQ() macro for comparison 64/44764/2
2013-03-06 Ahmad SharifAdded package quipper to perf_data.proto. 06/44606/3
2013-03-06 Simon QueUse perf compare function in unit tests 75/44675/2
2013-03-06 Simon QueRead extra data of comm events 52/44652/4
2013-03-06 Simon QueRead extra data of fork and exit events 51/44651/5
2013-03-06 Simon QueRead and serialize fork events 46/44646/5
2013-03-05 Simon QueUse perf data files from target system 44/44644/4
2013-03-05 Simon QueMake sure upper 32 bits of PERF_SAMPLE_CPU field are... 41/44541/5
2013-03-05 Simon Queutils: add perf file compare function 40/44540/9
2013-03-05 Simon QueAdd event type to perf reader 42/44542/4
2013-03-05 Simon QueWrite perf attribute ids in same order as input file 46/44546/3
2013-03-04 Simon QueDo not print log in unit test 39/44539/2
2013-03-04 Ahmad SharifAdded comments to perf_data.proto. 47/44547/2
2013-03-04 Mike Frysingerclean up various misbehavior with compiler settings 06/44506/2
2013-02-28 Simon QueAdd more perf data for unit tests. 06/44306/2
2013-02-28 Ahmad Sharifquipper: add appropriate owners. 69/44269/2
2013-02-28 Simon QueRearrange functions in perf_reader 51/44251/2
2013-02-27 Simon QueUse perf.data with valid kernel addresses for testing 21/44221/2
2013-02-27 Simon QueCall "perf record" as root in unit test 20/44220/2
2013-02-26 Ahmad Sharifquipper: base header files now use "" instead of <>. 97/43997/2
2013-02-26 Simon QueUpdate kernel typedefs 86/43986/2
2013-02-22 Simon QueRemove common.h, use base library instead 53/43753/2
2013-02-16 Ahmad Sharifquipper: style changes to adhere to the Google Style... 59/43259/7
2013-01-28 Ahmad Sharifquipper: Make IO and tests better. 87/41987/2 release-R26-3701.B stabilize-3658.0.0 stabilize-3701.30.0 stabilize-3701.30.0b stabilize-3701.46.B stabilize-3701.81.B stabilize-bluetooth-smart toolchain-3701.42.B
2013-01-11 Ahmad Sharifquipper: Remove .exe and .test file extensions. 35/41035/4
2012-11-15 Ahmad SharifReplaced GAE quipper by a perf protobuf converter. 26/37126/22 factory-3536.B release-R25-3428.B stabilize-3428.110.0 stabilize-3428.149 stabilize-3428.149.B stabilize-3428.193 stabilize2 toolchain-3428.65.B
2012-08-16 Ahmad Sharifquipper: use https when uploading to the GAE server. factory-2846.B factory-2848.B factory-2914.B factory-2985.B factory-2993.B factory-3004.B firmware-butterfly-2788.B firmware-stout-2817.B release-R23-2913.B stabilize stabilize-daisy stabilize-link stabilize-link-2913.278
2012-08-09 Ahmad Sharifquipper: changed perf target frequency to 1000.
next