aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/event.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-11perf tools: Add attr->mmap2 supportStephane Eranian1-12/+44
2013-08-29perf tools: Remove references to struct ip_eventAdrian Hunter1-3/+3
2013-08-29perf tools: change machine__findnew_thread() to set thread pidAdrian Hunter1-1/+2
2013-08-12perf tools: Remove filter parameter of thread__find_addr_map()Adrian Hunter1-5/+4
2013-08-12perf tools: Remove filter parameter of thread__find_addr_location()Adrian Hunter1-4/+5
2013-08-12perf tools: Remove filter parameter of perf_event__preprocess_sample()Adrian Hunter1-4/+4
2013-08-07perf symbols: Load kernel maps before usingAdrian Hunter1-4/+14
2013-07-12perf tools: struct thread has a tid not a pidAdrian Hunter1-1/+1
2013-01-30perf tools: Fix memory leak on errorThomas Jarosch1-1/+3
2012-11-14perf tools: Use sscanf for parsing /proc/pid/mapsNamhyung Kim1-43/+31
2012-10-25perf tools: Don't stop synthesizing threads when one vanishesArnaldo Carvalho de Melo1-7/+6
2012-10-06perf machine: Carve up event processing specific from perf_toolArnaldo Carvalho de Melo1-199/+12
2012-10-06perf event: No need to create a thread when handling PERF_RECORD_EXITArnaldo Carvalho de Melo1-8/+22
2012-09-17perf symbols: Filter samples with unresolved symbol when "--symbols" option is usedFeng Tang1-2/+3
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea1-9/+10
2012-09-11perf tools: fix ALIGN redefinition in system headersIrina Tirdea1-5/+5
2012-09-05perf tool: handle errors in synthesized event functionsDavid Ahern1-9/+26
2012-08-13perf symbols: Remove unused 'end' arg in kallsyms parse cbCody P Schafer1-1/+1
2012-02-29perf tools: Ensure comm string is properly terminatedDavid Ahern1-0/+1
2012-02-06perf tools: Fix prefix matching for kernel mapsJiri Olsa1-1/+1
2011-12-23perf tools: Look up thread names for system wide profilingDavid Ahern1-22/+53
2011-12-23perf tools: Fix comm for processes with named threadsDavid Ahern1-5/+32
2011-12-20perf events: Tidy up perf_event__preprocess_sampleNamhyung Kim1-6/+7
2011-12-02perf event: Introduce perf_event__fprintfArnaldo Carvalho de Melo1-6/+48
2011-11-28perf tools: Rename perf_event_ops to perf_toolArnaldo Carvalho de Melo1-27/+27
2011-11-28perf tools: Resolve machine earlier and pass it to perf_event_opsArnaldo Carvalho de Melo1-87/+64
2011-11-28perf tools: Pass tool context in the the perf_event_ops functionsArnaldo Carvalho de Melo1-27/+39
2011-09-23perf symbols: Synthesize anonymous mmap eventsAnton Blanchard1-0/+5
2011-06-03perf evlist: Don't die if sample_{id_all|type} is invalidArnaldo Carvalho de Melo1-16/+0
2011-05-26perf symbols: Handle /proc/sys/kernel/kptr_restrictArnaldo Carvalho de Melo1-3/+12
2011-05-24perf tools: Fix sample type size calculation in 32 bits archsFrederic Weisbecker1-1/+1
2011-05-23perf tools: Fix sample size bit operationsFrederic Weisbecker1-16/+16
2011-05-22perf tools: Pre-check sample size before parsingFrederic Weisbecker1-0/+16
2011-03-28perf symbols: Fix vsyscall symbol lookupAndrew Lutomirski1-1/+1
2011-03-05perf hists: Remove needless global col lenght calcsArnaldo Carvalho de Melo1-56/+1
2011-02-11Merge remote branch 'acme/perf/urgent' into perf/coreArnaldo Carvalho de Melo1-5/+14
2011-02-10perf tools: Fix thread_map event synthesizing in top and recordArnaldo Carvalho de Melo1-5/+13
2011-01-29perf tools: Kill event_t typedef, use 'union perf_event' insteadArnaldo Carvalho de Melo1-89/+98
2011-01-29perf tools: Rename 'struct sample_data' to 'struct perf_sample'Arnaldo Carvalho de Melo1-8/+8
2011-01-29perf events: Account PERF_RECORD_LOST events in event__processArnaldo Carvalho de Melo1-0/+2
2011-01-24perf tools: Move event__parse_sample to evsel.cArnaldo Carvalho de Melo1-125/+0
2011-01-22perf tools: Fix 64 bit integer format stringsArnaldo Carvalho de Melo1-2/+3
2010-12-22perf symbols: Improve kallsyms symbol end addr calculationArnaldo Carvalho de Melo1-1/+2
2010-12-09perf event: Prevent unbound event__name array accessThomas Gleixner1-1/+11
2010-12-04perf tools: Ask for ID PERF_SAMPLE_ info on all PERF_RECORD_ eventsArnaldo Carvalho de Melo1-85/+200
2010-12-04perf session: Parse sample earlierArnaldo Carvalho de Melo1-38/+28
2010-11-27perf symbols: Correct final kernel map guessesIan Munsie1-1/+1
2010-08-04perf: expose event__process functionSrikar Dronamraju1-0/+20
2010-08-04perf events: Fix mmap offset determinationDave Martin1-7/+1
2010-07-30perf tools: Release session and symbol resources on exitArnaldo Carvalho de Melo1-2/+3