summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/session.c
Commit message (Expand)AuthorAgeFilesLines
* perf session: Remove last reference to hists structArnaldo Carvalho de Melo2014-10-141-7/+0Star
* perf session: Don't count per evsel eventsArnaldo Carvalho de Melo2014-10-101-16/+0Star
* perf evsel: Add hists helperArnaldo Carvalho de Melo2014-10-091-2/+2
* perf tools: Fix perf record as non root with kptr_restrict == 1Andi Kleen2014-09-261-1/+1
* perf machine: Add machine__thread_exec_comm()Adrian Hunter2014-08-141-1/+23
* perf session: Add perf_session__peek_event()Adrian Hunter2014-08-141-0/+55
* perf tools: Allow out of order messages in forced flushJiri Olsa2014-08-121-3/+9
* perf tools: Add debug prints for ordered events queueJiri Olsa2014-08-121-1/+3
* perf tools: Add ordered_events__free functionJiri Olsa2014-08-121-15/+2Star
* perf tools: Add ordered_events__init functionJiri Olsa2014-08-121-5/+1Star
* perf tools: Create ordered-events objectJiri Olsa2014-08-121-206/+0Star
* perf tools: Make perf_session__deliver_event globalJiri Olsa2014-08-121-15/+8Star
* perf tools: Flush ordered events in case of allocation failureJiri Olsa2014-08-121-2/+27
* perf tools: Limit ordered events queue sizeJiri Olsa2014-08-121-3/+9
* perf tools: Factor ordered_events__flush to be more genericJiri Olsa2014-08-121-11/+36
* perf tools: Add ordered_events__(new|delete) interfaceJiri Olsa2014-08-121-71/+98
* perf tools: Rename ordered_events membersJiri Olsa2014-08-121-44/+42Star
* perf tools: Rename ordered_samples struct to ordered_eventsJiri Olsa2014-08-121-59/+59
* perf tools: Rename ordered_samples bool to ordered_eventsJiri Olsa2014-08-121-5/+5
* perf session: Fix accounting of ordered samples queueJiri Olsa2014-07-241-2/+1Star
* perf machine: Fix the lifetime of the VDSO temporary fileAdrian Hunter2014-07-231-2/+0Star
* perf session: Add ability to skip 4GiB or moreAdrian Hunter2014-07-231-7/+8
* perf session: Add ability to 'skip' a non-piped event streamAdrian Hunter2014-07-231-1/+6
* perf session: Flag if the event stream is entirely in memoryAdrian Hunter2014-07-161-1/+8
* perf machine: Fix the value used for unknown pidsAdrian Hunter2014-07-161-2/+3
* perf session: Fix possible null pointer dereference in session.cMasanari Iida2014-05-161-2/+3
* perf session: Change header.misc dump from decimal to hexDon Zickus2014-03-141-1/+1
* perf callchain: Add mask into struct regs_dumpJiri Olsa2014-02-181-2/+3
* perf tools: Handle PERF_RECORD_HEADER_EVENT_TYPE properlyJiri Olsa2014-02-101-0/+6
* perf session: Free cpu_map in perf_session__cpu_bitmapStanislav Fomichev2014-01-201-3/+7
* perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo2014-01-131-3/+3
* perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo2013-12-271-12/+12
* perf kvm: Fix kvm report without guestmount.Dongsheng Yang2013-12-231-1/+6
* perf symbols: Add 'machine' member to struct addr_locationArnaldo Carvalho de Melo2013-12-191-2/+2
* perf tools: Move mem_bswap32/64 to util.cAdrian Hunter2013-12-131-21/+0Star
* perf script: Add an option to print the source line numberAdrian Hunter2013-12-091-0/+8
* perf script: Fix symoff printing in callchainsAdrian Hunter2013-12-091-1/+6
* perf script: Do not call perf_event__preprocess_sample() twice)Adrian Hunter2013-12-041-17/+14Star
* perf tools: Use correct return type for readn functionJiri Olsa2013-12-021-1/+1
* perf evsel: Skip ignored symbols while printing callchainDavid Ahern2013-11-271-2/+8
* perf evsel: Ditch evsel->handler.data fieldArnaldo Carvalho de Melo2013-11-071-2/+2
* perf tools: Finish the removal of 'self' argumentsArnaldo Carvalho de Melo2013-11-051-61/+60Star
* perf tools: Add time argument on COMM settingFrederic Weisbecker2013-11-041-1/+1
* perf ui progress: Per progress bar stateArnaldo Carvalho de Melo2013-10-231-13/+11Star
* perf report: Add --max-stack option to limit callchain stack scanWaiman Long2013-10-211-1/+2
* perf session: Separating data file properties from sessionJiri Olsa2013-10-211-17/+19
* perf tools: Add perf_data_file__open interface to data objectJiri Olsa2013-10-211-65/+30Star
* perf tools: Add data object to handle perf data fileJiri Olsa2013-10-211-6/+6
* perf session: Add missing members to perf_event__attr_swap()Adrian Hunter2013-10-211-0/+3
* perf session: Add missing sample flush for piped eventsAdrian Hunter2013-10-211-3/+5