summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/event.c
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Fix handling read result using a signed variableAndrzej Hajda2015-10-061-1/+2
* perf machine: Add method for common kernel_map(FUNCTION) operationArnaldo Carvalho de Melo2015-09-301-2/+2
* perf machine: Use machine__kernel_map() thoroughlyArnaldo Carvalho de Melo2015-09-301-4/+3Star
* perf tools: Use __map__is_kernel() when synthesizing kernel module mmap recordsArnaldo Carvalho de Melo2015-09-281-1/+1
* perf record: Synthesize COMM event for a command line workloadNamhyung Kim2015-09-231-1/+1
* perf tools: Add processor socket info to hist_entry and addr_locationKan Liang2015-09-141-0/+8
* perf tools: Add new PERF_RECORD_SWITCH eventAdrian Hunter2015-07-241-0/+28
* perf thread_map: Don't access the array entries directlyJiri Olsa2015-06-231-3/+3
* perf tools: Configurable per thread proc map processing time outKan Liang2015-06-191-13/+23
* perf tools: Add time out to force stop proc map processingKan Liang2015-06-191-0/+18
* perf tools: handle PERF_RECORD_LOST_SAMPLESKan Liang2015-06-071-0/+9
* perf tools: Introduce struct mapsArnaldo Carvalho de Melo2015-05-281-1/+1
* perf tools: Use maps__first()/map__next()Arnaldo Carvalho de Melo2015-05-271-4/+3Star
* perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo2015-05-081-0/+15
* perf tools: Add support for PERF_RECORD_ITRACE_STARTAdrian Hunter2015-05-051-0/+18
* perf tools: Add support for PERF_RECORD_AUXAdrian Hunter2015-05-051-0/+21
* perf tools: Add a user event for AUX area tracing errorsAdrian Hunter2015-04-291-0/+1
* perf tools: Add user events for AUX area tracingAdrian Hunter2015-04-291-0/+2
* perf tools: Fix error path to do closedir() when synthesizing threadsArnaldo Carvalho de Melo2015-04-101-8/+9
* perf tools: Fix synthesizing fork_event.ppid for non-main threadDavid Ahern2015-04-101-2/+12
* perf tools: Fix ppid for synthesized fork eventsDavid Ahern2015-03-311-33/+50
* perf tools: Refactor comm/tgid lookupDavid Ahern2015-03-311-28/+44
* perf tools: Fix FORK after COMM when synthesizing records for pre-existing th...Arnaldo Carvalho de Melo2015-03-021-10/+24
* perf tools: Print the thread's tid on PERF_RECORD_COMM events when -D is askedArnaldo Carvalho de Melo2015-02-241-1/+1
* perf tools: Add id indexAdrian Hunter2014-10-291-0/+1
* perf tools: A thread's machine can be found via thread->mg->machineArnaldo Carvalho de Melo2014-10-291-11/+8Star
* perf tools: Fix perf record as non root with kptr_restrict == 1Andi Kleen2014-09-261-2/+6
* perf tools: Add machine__kernel_ip()Adrian Hunter2014-08-221-3/+3
* perf tools: Expose 'addr' functions so they can be reusedAdrian Hunter2014-07-251-0/+42
* perf tools: Fix missing kernel map loadAdrian Hunter2014-07-161-0/+1
* perf script: Display PERF_RECORD_MISC_COMM_EXEC flagAdrian Hunter2014-07-161-1/+8
* Revert "perf: Disable PERF_RECORD_MMAP2 support"Don Zickus2014-06-091-14/+20
* perf tools: Update mmap2 interface with protection and flag bitsDon Zickus2014-06-091-2/+21
* perf tools: Use tid for finding threadNamhyung Kim2014-05-121-1/+1
* perf tools: Allocate thread map_groups's dynamicallyArnaldo Carvalho de Melo2014-04-281-1/+1
* perf tools: Fix memory leak when synthesizing thread recordsNamhyung Kim2014-03-181-3/+3
* perf symbols: Apply all filters to an addr_locationNamhyung Kim2014-03-181-10/+4Star
* perf symbols: Record the reason for filtering an address_locationNamhyung Kim2014-03-181-7/+13
* perf tools: Speed up thread map generationDon Zickus2014-03-141-8/+51
* perf tools: Fix synthesizing mmaps for threadsDon Zickus2014-03-141-55/+56
* perf record: Get ref_reloc_sym from kernel mapAdrian Hunter2014-01-311-20/+6Star
* perf tools: Add kallsyms__get_function_start()Adrian Hunter2014-01-311-3/+15
* perf tools: Make perf_event__synthesize_mmap_events globalJiri Olsa2014-01-131-6/+6
* perf tools: Do not synthesize the treads of default guest.Dongsheng Yang2013-12-231-0/+9
* perf tools: Use machine->pid for tgid if machine is guest.Dongsheng Yang2013-12-231-2/+6
* perf tools: Set event->header.misc to PERF_RECORD_MISC_GUEST_USER if machine ...Dongsheng Yang2013-12-231-1/+4
* perf tools: Find the proc info under machine->root_dir.Dongsheng Yang2013-12-231-3/+8
* perf tools: Add support for PERF_RECORD_MISC_GUEST_USER in thread__find_addr_...Dongsheng Yang2013-12-231-8/+3Star
* perf symbols: Add 'machine' member to struct addr_locationArnaldo Carvalho de Melo2013-12-191-0/+1
* tools lib symbol: Start carving out symbol parsing routines from perfArnaldo Carvalho de Melo2013-12-131-0/+1