aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/evsel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-26perf evlist: Fix grouping of multiple eventsArnaldo Carvalho de Melo1-12/+31
2011-10-07perf hists: Threaded addition and sorting of entriesArnaldo Carvalho de Melo1-0/+1
2011-09-29perf tools: Fix raw sample readingJiri Olsa1-2/+5
2011-09-23perf tool: Fix endianness handling of u32 data in samplesDavid Ahern1-11/+43
2011-06-02perf script: Add printing of sample addressDavid Ahern1-0/+1
2011-06-02perf evlist: Don't die if sample_{id_all|type} is invalidArnaldo Carvalho de Melo1-0/+16
2011-05-27perf events: initialize fd array to -1 instead of 0David Ahern1-0/+10
2011-05-22perf tools: Robustify dynamic sample content fetchFrederic Weisbecker1-0/+26
2011-05-22perf tools: Pre-check sample size before parsingFrederic Weisbecker1-1/+5
2011-04-15perf evsel: Fix use of inheritArnaldo Carvalho de Melo1-20/+7
2011-03-10perf session: Use evlist/evsel for managing perf.data attributesArnaldo Carvalho de Melo1-4/+17
2011-02-21perf evsel: Fix inverted test for fixing up attr.inherit flagArnaldo Carvalho de Melo1-2/+13
2011-02-17perf: make perf stat print user provided full event namesStephane Eranian1-0/+1
2011-02-16perf tool: Add cgroup supportStephane Eranian1-2/+14
2011-02-07Merge branch 'linus' into perf/coreIngo Molnar1-1/+1
2011-02-03perf stat: Fix aggreate counter reading accountingArnaldo Carvalho de Melo1-1/+1
2011-01-30perf evlist: Move evlist methods to evlist.cArnaldo Carvalho de Melo1-135/+9
2011-01-29perf tools: Kill event_t typedef, use 'union perf_event' insteadArnaldo Carvalho de Melo1-5/+5
2011-01-29perf tools: Rename 'struct sample_data' to 'struct perf_sample'Arnaldo Carvalho de Melo1-2/+2
2011-01-29perf evlist: Support non overwrite mode in perf_evlist__read_on_cpuArnaldo Carvalho de Melo1-0/+1
2011-01-24perf evsel: Introduce perf_evsel__{in,ex}itArnaldo Carvalho de Melo1-6/+16
2011-01-24perf tools: Move event__parse_sample to evsel.cArnaldo Carvalho de Melo1-0/+118
2011-01-24perf threads: Move thread_map to separate fileArnaldo Carvalho de Melo1-1/+1
2011-01-22perf evlist: Move the mmap array from perf_evselArnaldo Carvalho de Melo1-42/+118
2011-01-22perf evsel: Introduce mmap supportArnaldo Carvalho de Melo1-0/+71
2011-01-22perf evsel: Allow specifying if the inherit bit should be setArnaldo Carvalho de Melo1-7/+9
2011-01-22perf evsel: Support event groupsArnaldo Carvalho de Melo1-10/+17
2011-01-10perf evsel: Support perf_evsel__open(cpus > 1 && threads > 1)Arnaldo Carvalho de Melo1-33/+49
2011-01-07perf tools: Pass whole attr to event selectorsLin Ming1-3/+2
2011-01-04perf evsel: Auto allocate resources needed for some methodsArnaldo Carvalho de Melo1-0/+9
2011-01-04perf evsel: Use {cpu,thread}_map to shorten list of parametersArnaldo Carvalho de Melo1-11/+13
2011-01-04perf evsel: Introduce per cpu and per thread open helpersArnaldo Carvalho de Melo1-0/+52
2011-01-04perf evsel: Steal the counter reading routines from statArnaldo Carvalho de Melo1-0/+88
2011-01-03perf tools: Introduce event selectorsArnaldo Carvalho de Melo1-0/+35