aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/evsel.c
Commit message (Expand)AuthorAge
* perf diff: Fix to work with new hists designJiri Olsa2012-03-22
* perf tools: Do not disable members of group eventNamhyung Kim2012-03-16
* perf record: Add support for sampling taken branchRoberto Agostino Vitillo2012-03-09
* perf tools: Add code to support PERF_SAMPLE_BRANCH_STACKRoberto Agostino Vitillo2012-03-09
* perf tools: Invert the sample_id_all logicArnaldo Carvalho de Melo2012-02-14
* perf tools: Allow multiple threads or processes in record, stat, topDavid Ahern2012-02-13
* Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo2012-02-06
|\
| * perf evsel: Fix an issue where perf report fails to show the proper percentageNaveen N. Rao2012-02-06
* | perf evsel: Fix spelling typoMasanari Iida2012-01-30
|/
* perf evsel: Fix uninitialized memory access to struct perf_sampleRobert Richter2011-12-20
* perf record: Add ability to record event periodAndrew Vagin2011-12-20
* perf tools: Add ability to synthesize event according to a sampleAndrew Vagin2011-12-12
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2011-12-06
|\
| * perf python: Fix undefined symbol problemArnaldo Carvalho de Melo2011-11-16
* | perf evsel: Introduce config attr methodArnaldo Carvalho de Melo2011-11-28
|/
* perf evlist: Fix grouping of multiple eventsArnaldo Carvalho de Melo2011-10-26
* perf hists: Threaded addition and sorting of entriesArnaldo Carvalho de Melo2011-10-07
* perf tools: Fix raw sample readingJiri Olsa2011-09-29
* perf tool: Fix endianness handling of u32 data in samplesDavid Ahern2011-09-23
* perf script: Add printing of sample addressDavid Ahern2011-06-02
* perf evlist: Don't die if sample_{id_all|type} is invalidArnaldo Carvalho de Melo2011-06-02
* perf events: initialize fd array to -1 instead of 0David Ahern2011-05-27
* perf tools: Robustify dynamic sample content fetchFrederic Weisbecker2011-05-21
* perf tools: Pre-check sample size before parsingFrederic Weisbecker2011-05-21
* perf evsel: Fix use of inheritArnaldo Carvalho de Melo2011-04-15
* perf session: Use evlist/evsel for managing perf.data attributesArnaldo Carvalho de Melo2011-03-10
* perf evsel: Fix inverted test for fixing up attr.inherit flagArnaldo Carvalho de Melo2011-02-21
* perf: make perf stat print user provided full event namesStephane Eranian2011-02-17
* perf tool: Add cgroup supportStephane Eranian2011-02-16
* Merge branch 'linus' into perf/coreIngo Molnar2011-02-07
|\
| * perf stat: Fix aggreate counter reading accountingArnaldo Carvalho de Melo2011-02-03
* | perf evlist: Move evlist methods to evlist.cArnaldo Carvalho de Melo2011-01-30
* | perf tools: Kill event_t typedef, use 'union perf_event' insteadArnaldo Carvalho de Melo2011-01-29
* | perf tools: Rename 'struct sample_data' to 'struct perf_sample'Arnaldo Carvalho de Melo2011-01-29
* | perf evlist: Support non overwrite mode in perf_evlist__read_on_cpuArnaldo Carvalho de Melo2011-01-29
* | perf evsel: Introduce perf_evsel__{in,ex}itArnaldo Carvalho de Melo2011-01-24
* | perf tools: Move event__parse_sample to evsel.cArnaldo Carvalho de Melo2011-01-24
* | perf threads: Move thread_map to separate fileArnaldo Carvalho de Melo2011-01-24
* | perf evlist: Move the mmap array from perf_evselArnaldo Carvalho de Melo2011-01-22
* | perf evsel: Introduce mmap supportArnaldo Carvalho de Melo2011-01-22
* | perf evsel: Allow specifying if the inherit bit should be setArnaldo Carvalho de Melo2011-01-22
* | perf evsel: Support event groupsArnaldo Carvalho de Melo2011-01-22
|/
* perf evsel: Support perf_evsel__open(cpus > 1 && threads > 1)Arnaldo Carvalho de Melo2011-01-10
* perf tools: Pass whole attr to event selectorsLin Ming2011-01-06
* perf evsel: Auto allocate resources needed for some methodsArnaldo Carvalho de Melo2011-01-03
* perf evsel: Use {cpu,thread}_map to shorten list of parametersArnaldo Carvalho de Melo2011-01-03
* perf evsel: Introduce per cpu and per thread open helpersArnaldo Carvalho de Melo2011-01-03
* perf evsel: Steal the counter reading routines from statArnaldo Carvalho de Melo2011-01-03
* perf tools: Introduce event selectorsArnaldo Carvalho de Melo2011-01-03