summaryrefslogtreecommitdiff
path: root/tools/perf/util/evsel.c
AgeCommit message (Expand)Author
2011-12-20perf evsel: Fix uninitialized memory access to struct perf_sampleRobert Richter
2011-12-20perf record: Add ability to record event periodAndrew Vagin
2011-12-12perf tools: Add ability to synthesize event according to a sampleAndrew Vagin
2011-12-06Merge branch 'perf/urgent' into perf/coreIngo Molnar
2011-11-28perf evsel: Introduce config attr methodArnaldo Carvalho de Melo
2011-11-16perf python: Fix undefined symbol problemArnaldo Carvalho de Melo
2011-10-26perf evlist: Fix grouping of multiple eventsArnaldo Carvalho de Melo
2011-10-07perf hists: Threaded addition and sorting of entriesArnaldo Carvalho de Melo
2011-09-29perf tools: Fix raw sample readingJiri Olsa
2011-09-23perf tool: Fix endianness handling of u32 data in samplesDavid Ahern
2011-06-02perf script: Add printing of sample addressDavid Ahern
2011-06-02perf evlist: Don't die if sample_{id_all|type} is invalidArnaldo Carvalho de Melo
2011-05-27perf events: initialize fd array to -1 instead of 0David Ahern
2011-05-22perf tools: Robustify dynamic sample content fetchFrederic Weisbecker
2011-05-22perf tools: Pre-check sample size before parsingFrederic Weisbecker
2011-04-15perf evsel: Fix use of inheritArnaldo Carvalho de Melo
2011-03-10perf session: Use evlist/evsel for managing perf.data attributesArnaldo Carvalho de Melo
2011-02-21perf evsel: Fix inverted test for fixing up attr.inherit flagArnaldo Carvalho de Melo
2011-02-17perf: make perf stat print user provided full event namesStephane Eranian
2011-02-16perf tool: Add cgroup supportStephane Eranian
2011-02-07Merge branch 'linus' into perf/coreIngo Molnar
2011-02-03perf stat: Fix aggreate counter reading accountingArnaldo Carvalho de Melo
2011-01-30perf evlist: Move evlist methods to evlist.cArnaldo Carvalho de Melo
2011-01-29perf tools: Kill event_t typedef, use 'union perf_event' insteadArnaldo Carvalho de Melo
2011-01-29perf tools: Rename 'struct sample_data' to 'struct perf_sample'Arnaldo Carvalho de Melo
2011-01-29perf evlist: Support non overwrite mode in perf_evlist__read_on_cpuArnaldo Carvalho de Melo
2011-01-24perf evsel: Introduce perf_evsel__{in,ex}itArnaldo Carvalho de Melo
2011-01-24perf tools: Move event__parse_sample to evsel.cArnaldo Carvalho de Melo
2011-01-24perf threads: Move thread_map to separate fileArnaldo Carvalho de Melo
2011-01-22perf evlist: Move the mmap array from perf_evselArnaldo Carvalho de Melo
2011-01-22perf evsel: Introduce mmap supportArnaldo Carvalho de Melo
2011-01-22perf evsel: Allow specifying if the inherit bit should be setArnaldo Carvalho de Melo
2011-01-22perf evsel: Support event groupsArnaldo Carvalho de Melo
2011-01-10perf evsel: Support perf_evsel__open(cpus > 1 && threads > 1)Arnaldo Carvalho de Melo
2011-01-07perf tools: Pass whole attr to event selectorsLin Ming
2011-01-04perf evsel: Auto allocate resources needed for some methodsArnaldo Carvalho de Melo
2011-01-04perf evsel: Use {cpu,thread}_map to shorten list of parametersArnaldo Carvalho de Melo
2011-01-04perf evsel: Introduce per cpu and per thread open helpersArnaldo Carvalho de Melo
2011-01-04perf evsel: Steal the counter reading routines from statArnaldo Carvalho de Melo
2011-01-03perf tools: Introduce event selectorsArnaldo Carvalho de Melo