summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/evsel.c
Commit message (Expand)AuthorAgeFilesLines
* perf bpf: Attach eBPF filter to perf eventWang Nan2015-10-291-0/+17
* perf tools: Enable pre-event inherit setting by config termsWang Nan2015-10-281-0/+9
* perf evsel: Print branch filter state with -vvAndi Kleen2015-10-211-0/+1
* perf tools: Introduce 'P' modifier to request max precisionJiri Olsa2015-10-051-0/+3
* perf evlist: Display DATA_SRC sample type bitJiri Olsa2015-10-051-1/+1
* Merge branch 'perf/urgent' into perf/core, to resolve a conflictIngo Molnar2015-09-161-0/+1
|\
| * perf evsel: Add own_cpus memberAdrian Hunter2015-09-151-0/+1
* | perf evsel: Propagate error info from tp_formatJiri Olsa2015-09-151-3/+13
* | tools lib api fs: Replace debugfs/tracefs objects interface with fs.cJiri Olsa2015-09-141-1/+1
|/
* perf record: Add ability to name registers to recordStephane Eranian2015-08-311-1/+1
* perf evsel: Add a backpointer to the evlist a evsel is inArnaldo Carvalho de Melo2015-08-281-0/+2
* perf callchain: Allow disabling call graphs per eventKan Liang2015-08-121-6/+11
* perf callchain: Per-event type selection supportKan Liang2015-08-121-2/+60
* perf evlist: Be more specific on -F/--freqNamhyung Kim2015-08-101-2/+7
* perf record: Support per-event freq termNamhyung Kim2015-08-101-0/+4
* perf tools: Unset perf_event_attr::freq when period term is setJiri Olsa2015-08-101-0/+1
* perf tools: Refine parse/config callchain functionsKan Liang2015-08-051-5/+6
* perf tools: Per-event time supportKan Liang2015-08-051-3/+11
* perf tools: Force period term to overload global settingsJiri Olsa2015-07-291-0/+2
* perf tools: Add support for event post configurationJiri Olsa2015-07-291-0/+31
* perf record: Add option --switch-events to select PERF_RECORD_SWITCH eventsAdrian Hunter2015-07-231-0/+3
* perf tools: Add new PERF_RECORD_SWITCH eventAdrian Hunter2015-07-231-0/+1
* perf record: Apply filter to all events in a glob matchingWang Nan2015-07-201-0/+1
* perf record: Let user have timestamps with per-thread recordingAdrian Hunter2015-07-061-1/+2
* perf evsel: Introduce append_filter() methodArnaldo Carvalho de Melo2015-07-061-0/+17
* perf evsel: Introduce set_filter methodArnaldo Carvalho de Melo2015-07-061-0/+13
* perf evsel: Rename set_filter to apply_filterArnaldo Carvalho de Melo2015-07-061-2/+2
* perf stat: Remove perf_evsel__read_cb functionJiri Olsa2015-06-261-16/+0
* perf stat: Introduce perf_evsel__read functionJiri Olsa2015-06-261-0/+14
* perf stat: Make stats work over the thread dimensionJiri Olsa2015-06-261-6/+6
* perf stat: Introduce perf_counts functionJiri Olsa2015-06-261-3/+3
* perf evlist: Propagate thread maps through the evlistJiri Olsa2015-06-251-0/+1
* perf tools: Add reference counting for cpu_map objectJiri Olsa2015-06-251-0/+1
* perf thread_map: Don't access the array entries directlyJiri Olsa2015-06-231-1/+1
* perf tools: Move perf_evsel__(alloc|free|reset)_counts into stat objectJiri Olsa2015-06-161-18/+1
* perf evsel: Display 0x for hex values when printing the attributeAdrian Hunter2015-06-111-1/+1
* perf tools: Add hint for 'Too many events are opened.' error messageJiri Olsa2015-05-271-1/+3
* perf tools: Add aux_watermark member of struct perf_event_attrAdrian Hunter2015-04-291-0/+1
* perf tools: Merge all perf_event_attr print functionsPeter Zijlstra2015-04-081-160/+128
* perf record: Add clockid parameterPeter Zijlstra2015-04-081-4/+55
* perf timechart: Fix SIBGUS error on sparc64David Ahern2015-03-261-1/+1
* perf record: Support recording running/enabled timeAndi Kleen2015-02-251-0/+6
* perf tools: Enable LBR call stack supportKan Liang2015-02-181-2/+19
* perf evsel: Set attr.task bit for a tracking eventNamhyung Kim2015-01-291-0/+1
* perf evsel: Don't rely on malloc working for sz 0Vineet Gupta2015-01-281-0/+3
* perf tools: Remove perf_evsel__read interfaceJiri Olsa2014-12-011-34/+0
* perf evsel: Introduce perf_evsel__read_cb functionJiri Olsa2014-11-241-0/+16
* perf evsel: Introduce perf_counts_values__scale functionJiri Olsa2014-11-241-25/+22
* perf evsel: Introduce perf_evsel__compute_deltas functionJiri Olsa2014-11-241-5/+4
* perf evsel: Fix ftrace:function event recordingJiri Olsa2014-11-191-0/+8