aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/event.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-23perf tools: Add new PERF_RECORD_SWITCH eventGravatar Adrian Hunter 1-0/+28
2015-06-23perf thread_map: Don't access the array entries directlyGravatar Jiri Olsa 1-3/+3
2015-06-19perf tools: Configurable per thread proc map processing time outGravatar Kan Liang 1-13/+23
2015-06-19perf tools: Add time out to force stop proc map processingGravatar Kan Liang 1-0/+18
2015-06-07perf tools: handle PERF_RECORD_LOST_SAMPLESGravatar Kan Liang 1-0/+9
2015-05-27perf tools: Introduce struct mapsGravatar Arnaldo Carvalho de Melo 1-1/+1
2015-05-27perf tools: Use maps__first()/map__next()Gravatar Arnaldo Carvalho de Melo 1-4/+3
2015-05-08perf machine: Protect the machine->threads with a rwlockGravatar Arnaldo Carvalho de Melo 1-0/+15
2015-05-05perf tools: Add support for PERF_RECORD_ITRACE_STARTGravatar Adrian Hunter 1-0/+18
2015-05-05perf tools: Add support for PERF_RECORD_AUXGravatar Adrian Hunter 1-0/+21
2015-04-29perf tools: Add a user event for AUX area tracing errorsGravatar Adrian Hunter 1-0/+1
2015-04-29perf tools: Add user events for AUX area tracingGravatar Adrian Hunter 1-0/+2
2015-04-10perf tools: Fix error path to do closedir() when synthesizing threadsGravatar Arnaldo Carvalho de Melo 1-8/+9
2015-04-10perf tools: Fix synthesizing fork_event.ppid for non-main threadGravatar David Ahern 1-2/+12
2015-03-31perf tools: Fix ppid for synthesized fork eventsGravatar David Ahern 1-33/+50
2015-03-31perf tools: Refactor comm/tgid lookupGravatar David Ahern 1-28/+44
2015-03-02perf tools: Fix FORK after COMM when synthesizing records for pre-existing th...Gravatar Arnaldo Carvalho de Melo 1-10/+24
2015-02-24perf tools: Print the thread's tid on PERF_RECORD_COMM events when -D is askedGravatar Arnaldo Carvalho de Melo 1-1/+1
2014-10-29perf tools: Add id indexGravatar Adrian Hunter 1-0/+1
2014-10-29perf tools: A thread's machine can be found via thread->mg->machineGravatar Arnaldo Carvalho de Melo 1-11/+8
2014-09-26perf tools: Fix perf record as non root with kptr_restrict == 1Gravatar Andi Kleen 1-2/+6
2014-08-22perf tools: Add machine__kernel_ip()Gravatar Adrian Hunter 1-3/+3
2014-07-25perf tools: Expose 'addr' functions so they can be reusedGravatar Adrian Hunter 1-0/+42
2014-07-16perf tools: Fix missing kernel map loadGravatar Adrian Hunter 1-0/+1
2014-07-16perf script: Display PERF_RECORD_MISC_COMM_EXEC flagGravatar Adrian Hunter 1-1/+8
2014-06-09Revert "perf: Disable PERF_RECORD_MMAP2 support"Gravatar Don Zickus 1-14/+20
2014-06-09perf tools: Update mmap2 interface with protection and flag bitsGravatar Don Zickus 1-2/+21
2014-05-12perf tools: Use tid for finding threadGravatar Namhyung Kim 1-1/+1
2014-04-28perf tools: Allocate thread map_groups's dynamicallyGravatar Arnaldo Carvalho de Melo 1-1/+1
2014-03-18perf tools: Fix memory leak when synthesizing thread recordsGravatar Namhyung Kim 1-3/+3
2014-03-18perf symbols: Apply all filters to an addr_locationGravatar Namhyung Kim 1-10/+4
2014-03-18perf symbols: Record the reason for filtering an address_locationGravatar Namhyung Kim 1-7/+13
2014-03-14perf tools: Speed up thread map generationGravatar Don Zickus 1-8/+51
2014-03-14perf tools: Fix synthesizing mmaps for threadsGravatar Don Zickus 1-55/+56
2014-01-31perf record: Get ref_reloc_sym from kernel mapGravatar Adrian Hunter 1-20/+6
2014-01-31perf tools: Add kallsyms__get_function_start()Gravatar Adrian Hunter 1-3/+15
2014-01-13perf tools: Make perf_event__synthesize_mmap_events globalGravatar Jiri Olsa 1-6/+6
2013-12-23perf tools: Do not synthesize the treads of default guest.Gravatar Dongsheng Yang 1-0/+9
2013-12-23perf tools: Use machine->pid for tgid if machine is guest.Gravatar Dongsheng Yang 1-2/+6
2013-12-23perf tools: Set event->header.misc to PERF_RECORD_MISC_GUEST_USER if machine ...Gravatar Dongsheng Yang 1-1/+4
2013-12-23perf tools: Find the proc info under machine->root_dir.Gravatar Dongsheng Yang 1-3/+8
2013-12-23perf tools: Add support for PERF_RECORD_MISC_GUEST_USER in thread__find_addr_...Gravatar Dongsheng Yang 1-8/+3
2013-12-19perf symbols: Add 'machine' member to struct addr_locationGravatar Arnaldo Carvalho de Melo 1-0/+1
2013-12-13tools lib symbol: Start carving out symbol parsing routines from perfGravatar Arnaldo Carvalho de Melo 1-0/+1
2013-11-27perf thread: Move comm_list check into functionGravatar David Ahern 1-2/+1
2013-11-14perf tools: Synthesize anon MMAP records againGravatar Don Zickus 1-2/+4
2013-11-11perf record: Synthesize non-exec MMAP records when --data usedGravatar Arnaldo Carvalho de Melo 1-20/+30
2013-11-05perf tools: Finish the removal of 'self' argumentsGravatar Arnaldo Carvalho de Melo 1-3/+3
2013-11-04perf tools: Add time argument on COMM settingGravatar Frederic Weisbecker 1-14/+14
2013-11-04perf tools: Use an accessor to read thread commGravatar Frederic Weisbecker 1-2/+2