summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/event.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* perf thread: Move comm_list check into functionDavid Ahern2013-11-271-2/+1Star
* perf tools: Synthesize anon MMAP records againDon Zickus2013-11-141-2/+4
* perf record: Synthesize non-exec MMAP records when --data usedArnaldo Carvalho de Melo2013-11-111-20/+30
* perf tools: Finish the removal of 'self' argumentsArnaldo Carvalho de Melo2013-11-051-3/+3
* perf tools: Add time argument on COMM settingFrederic Weisbecker2013-11-041-14/+14
* perf tools: Use an accessor to read thread commFrederic Weisbecker2013-11-041-2/+2
* perf tools: Fix up /proc/PID/maps parsingArnaldo Carvalho de Melo2013-10-281-1/+1
* perf: Disable PERF_RECORD_MMAP2 supportStephane Eranian2013-10-171-17/+13Star
* perf tools: Add attr->mmap2 supportStephane Eranian2013-09-111-12/+44
* perf tools: Remove references to struct ip_eventAdrian Hunter2013-08-291-3/+3
* perf tools: change machine__findnew_thread() to set thread pidAdrian Hunter2013-08-291-1/+2
* perf tools: Remove filter parameter of thread__find_addr_map()Adrian Hunter2013-08-121-5/+4Star
* perf tools: Remove filter parameter of thread__find_addr_location()Adrian Hunter2013-08-121-4/+5
* perf tools: Remove filter parameter of perf_event__preprocess_sample()Adrian Hunter2013-08-121-4/+4
* perf symbols: Load kernel maps before usingAdrian Hunter2013-08-071-4/+14
* perf tools: struct thread has a tid not a pidAdrian Hunter2013-07-121-1/+1
* perf tools: Fix memory leak on errorThomas Jarosch2013-01-301-1/+3
* perf tools: Use sscanf for parsing /proc/pid/mapsNamhyung Kim2012-11-141-43/+31Star
* perf tools: Don't stop synthesizing threads when one vanishesArnaldo Carvalho de Melo2012-10-251-7/+6Star
* perf machine: Carve up event processing specific from perf_toolArnaldo Carvalho de Melo2012-10-061-199/+12Star
* perf event: No need to create a thread when handling PERF_RECORD_EXITArnaldo Carvalho de Melo2012-10-061-8/+22
* perf symbols: Filter samples with unresolved symbol when "--symbols" option i...Feng Tang2012-09-171-2/+3
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-111-9/+10
* perf tools: fix ALIGN redefinition in system headersIrina Tirdea2012-09-111-5/+5
* perf tool: handle errors in synthesized event functionsDavid Ahern2012-09-051-9/+26
* perf symbols: Remove unused 'end' arg in kallsyms parse cbCody P Schafer2012-08-131-1/+1
* perf tools: Ensure comm string is properly terminatedDavid Ahern2012-02-291-0/+1
* perf tools: Fix prefix matching for kernel mapsJiri Olsa2012-02-061-1/+1
* perf tools: Look up thread names for system wide profilingDavid Ahern2011-12-231-22/+53
* perf tools: Fix comm for processes with named threadsDavid Ahern2011-12-231-5/+32
* perf events: Tidy up perf_event__preprocess_sampleNamhyung Kim2011-12-201-6/+7
* perf event: Introduce perf_event__fprintfArnaldo Carvalho de Melo2011-12-021-6/+48
* perf tools: Rename perf_event_ops to perf_toolArnaldo Carvalho de Melo2011-11-281-27/+27
* perf tools: Resolve machine earlier and pass it to perf_event_opsArnaldo Carvalho de Melo2011-11-281-87/+64Star
* perf tools: Pass tool context in the the perf_event_ops functionsArnaldo Carvalho de Melo2011-11-281-27/+39
* perf symbols: Synthesize anonymous mmap eventsAnton Blanchard2011-09-231-0/+5
* perf evlist: Don't die if sample_{id_all|type} is invalidArnaldo Carvalho de Melo2011-06-031-16/+0Star
* perf symbols: Handle /proc/sys/kernel/kptr_restrictArnaldo Carvalho de Melo2011-05-261-3/+12
* perf tools: Fix sample type size calculation in 32 bits archsFrederic Weisbecker2011-05-241-1/+1
* perf tools: Fix sample size bit operationsFrederic Weisbecker2011-05-231-16/+16