summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/evsel.c
AgeCommit message (Expand)Author
2015-09-15perf evsel: Add own_cpus memberAdrian Hunter
2015-08-31perf record: Add ability to name registers to recordStephane Eranian
2015-08-28perf evsel: Add a backpointer to the evlist a evsel is inArnaldo Carvalho de Melo
2015-08-12perf callchain: Allow disabling call graphs per eventKan Liang
2015-08-12perf callchain: Per-event type selection supportKan Liang
2015-08-10perf evlist: Be more specific on -F/--freqNamhyung Kim
2015-08-10perf record: Support per-event freq termNamhyung Kim
2015-08-10perf tools: Unset perf_event_attr::freq when period term is setJiri Olsa
2015-08-05perf tools: Refine parse/config callchain functionsKan Liang
2015-08-05perf tools: Per-event time supportKan Liang
2015-07-29perf tools: Force period term to overload global settingsJiri Olsa
2015-07-29perf tools: Add support for event post configurationJiri Olsa
2015-07-23perf record: Add option --switch-events to select PERF_RECORD_SWITCH eventsAdrian Hunter
2015-07-23perf tools: Add new PERF_RECORD_SWITCH eventAdrian Hunter
2015-07-20perf record: Apply filter to all events in a glob matchingWang Nan
2015-07-06perf record: Let user have timestamps with per-thread recordingAdrian Hunter
2015-07-06perf evsel: Introduce append_filter() methodArnaldo Carvalho de Melo
2015-07-06perf evsel: Introduce set_filter methodArnaldo Carvalho de Melo
2015-07-06perf evsel: Rename set_filter to apply_filterArnaldo Carvalho de Melo
2015-06-26perf stat: Remove perf_evsel__read_cb functionJiri Olsa
2015-06-26perf stat: Introduce perf_evsel__read functionJiri Olsa
2015-06-26perf stat: Make stats work over the thread dimensionJiri Olsa
2015-06-26perf stat: Introduce perf_counts functionJiri Olsa
2015-06-25perf evlist: Propagate thread maps through the evlistJiri Olsa
2015-06-25perf tools: Add reference counting for cpu_map objectJiri Olsa
2015-06-23perf thread_map: Don't access the array entries directlyJiri Olsa
2015-06-16perf tools: Move perf_evsel__(alloc|free|reset)_counts into stat objectJiri Olsa
2015-06-11perf evsel: Display 0x for hex values when printing the attributeAdrian Hunter
2015-05-27perf tools: Add hint for 'Too many events are opened.' error messageJiri Olsa
2015-04-29perf tools: Add aux_watermark member of struct perf_event_attrAdrian Hunter
2015-04-08perf tools: Merge all perf_event_attr print functionsPeter Zijlstra
2015-04-08perf record: Add clockid parameterPeter Zijlstra
2015-03-26perf timechart: Fix SIBGUS error on sparc64David Ahern
2015-02-25perf record: Support recording running/enabled timeAndi Kleen
2015-02-18perf tools: Enable LBR call stack supportKan Liang
2015-01-29perf evsel: Set attr.task bit for a tracking eventNamhyung Kim
2015-01-28perf evsel: Don't rely on malloc working for sz 0Vineet Gupta
2014-12-01perf tools: Remove perf_evsel__read interfaceJiri Olsa
2014-11-24perf evsel: Introduce perf_evsel__read_cb functionJiri Olsa
2014-11-24perf evsel: Introduce perf_counts_values__scale functionJiri Olsa
2014-11-24perf evsel: Introduce perf_evsel__compute_deltas functionJiri Olsa
2014-11-19perf evsel: Fix ftrace:function event recordingJiri Olsa
2014-11-16perf tools: Add core support for sampling intr machine state regsStephane Eranian
2014-11-06perf evsel: Do not call pevent_free_format when deleting tracepointJiri Olsa
2014-10-17perf evsel: No need to drag util/cgroup.hArnaldo Carvalho de Melo
2014-10-17perf evsel: Move exit stuff from __delete to __exitArnaldo Carvalho de Melo
2014-10-14perf evsel: Make some exit routines staticArnaldo Carvalho de Melo
2014-10-14perf tools: Remove hists from evselArnaldo Carvalho de Melo
2014-10-14perf callchain: Move the callchain_param extern to callchain.hArnaldo Carvalho de Melo
2014-10-14perf evsel: SubclassingArnaldo Carvalho de Melo