summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/event.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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