aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/event.c
AgeCommit message (Expand)Author
2014-09-26perf tools: Fix perf record as non root with kptr_restrict == 1Andi Kleen
2014-08-22perf tools: Add machine__kernel_ip()Adrian Hunter
2014-07-25perf tools: Expose 'addr' functions so they can be reusedAdrian Hunter
2014-07-16perf tools: Fix missing kernel map loadAdrian Hunter
2014-07-16perf script: Display PERF_RECORD_MISC_COMM_EXEC flagAdrian Hunter
2014-06-09Revert "perf: Disable PERF_RECORD_MMAP2 support"Don Zickus
2014-06-09perf tools: Update mmap2 interface with protection and flag bitsDon Zickus
2014-05-12perf tools: Use tid for finding threadNamhyung Kim
2014-04-28perf tools: Allocate thread map_groups's dynamicallyArnaldo Carvalho de Melo
2014-03-18perf tools: Fix memory leak when synthesizing thread recordsNamhyung Kim
2014-03-18perf symbols: Apply all filters to an addr_locationNamhyung Kim
2014-03-18perf symbols: Record the reason for filtering an address_locationNamhyung Kim
2014-03-14perf tools: Speed up thread map generationDon Zickus
2014-03-14perf tools: Fix synthesizing mmaps for threadsDon Zickus
2014-01-31perf record: Get ref_reloc_sym from kernel mapAdrian Hunter
2014-01-31perf tools: Add kallsyms__get_function_start()Adrian Hunter
2014-01-13perf tools: Make perf_event__synthesize_mmap_events globalJiri Olsa
2013-12-23perf tools: Do not synthesize the treads of default guest.Dongsheng Yang
2013-12-23perf tools: Use machine->pid for tgid if machine is guest.Dongsheng Yang
2013-12-23perf tools: Set event->header.misc to PERF_RECORD_MISC_GUEST_USER if machine ...Dongsheng Yang
2013-12-23perf tools: Find the proc info under machine->root_dir.Dongsheng Yang
2013-12-23perf tools: Add support for PERF_RECORD_MISC_GUEST_USER in thread__find_addr_...Dongsheng Yang
2013-12-19perf symbols: Add 'machine' member to struct addr_locationArnaldo Carvalho de Melo
2013-12-13tools lib symbol: Start carving out symbol parsing routines from perfArnaldo Carvalho de Melo
2013-11-27perf thread: Move comm_list check into functionDavid Ahern
2013-11-14perf tools: Synthesize anon MMAP records againDon Zickus
2013-11-11perf record: Synthesize non-exec MMAP records when --data usedArnaldo Carvalho de Melo
2013-11-05perf tools: Finish the removal of 'self' argumentsArnaldo Carvalho de Melo
2013-11-04perf tools: Add time argument on COMM settingFrederic Weisbecker
2013-11-04perf tools: Use an accessor to read thread commFrederic Weisbecker
2013-10-28perf tools: Fix up /proc/PID/maps parsingArnaldo Carvalho de Melo
2013-10-17perf: Disable PERF_RECORD_MMAP2 supportStephane Eranian
2013-09-11perf tools: Add attr->mmap2 supportStephane Eranian
2013-08-29perf tools: Remove references to struct ip_eventAdrian Hunter
2013-08-29perf tools: change machine__findnew_thread() to set thread pidAdrian Hunter
2013-08-12perf tools: Remove filter parameter of thread__find_addr_map()Adrian Hunter
2013-08-12perf tools: Remove filter parameter of thread__find_addr_location()Adrian Hunter
2013-08-12perf tools: Remove filter parameter of perf_event__preprocess_sample()Adrian Hunter
2013-08-07perf symbols: Load kernel maps before usingAdrian Hunter
2013-07-12perf tools: struct thread has a tid not a pidAdrian Hunter
2013-01-30perf tools: Fix memory leak on errorThomas Jarosch
2012-11-14perf tools: Use sscanf for parsing /proc/pid/mapsNamhyung Kim
2012-10-25perf tools: Don't stop synthesizing threads when one vanishesArnaldo Carvalho de Melo
2012-10-06perf machine: Carve up event processing specific from perf_toolArnaldo Carvalho de Melo
2012-10-06perf event: No need to create a thread when handling PERF_RECORD_EXITArnaldo Carvalho de Melo
2012-09-17perf symbols: Filter samples with unresolved symbol when "--symbols" option i...Feng Tang
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea
2012-09-11perf tools: fix ALIGN redefinition in system headersIrina Tirdea
2012-09-05perf tool: handle errors in synthesized event functionsDavid Ahern
2012-08-13perf symbols: Remove unused 'end' arg in kallsyms parse cbCody P Schafer