summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/evsel.c
Commit message (Expand)AuthorAgeFilesLines
* perf tests attr: Add test_attr__ready functionJiri Olsa2017-07-181-0/+4
* perf evsel: Allow asking for max precise_ip in new_cycles()Arnaldo Carvalho de Melo2017-07-181-2/+5
* perf annotate: Check for fused instructionsJin Yao2017-07-181-0/+7
* perf evsel: State in the default event name if attr.exclude_kernel is setArnaldo Carvalho de Melo2017-07-101-2/+4
* perf evsel: Fix attr.exclude_kernel setting for default cycles:pArnaldo Carvalho de Melo2017-07-101-1/+1
* Merge tag 'perf-urgent-for-mingo-4.12-20170704' of git://git.kernel.org/pub/s...Ingo Molnar2017-07-051-0/+1
|\
| * perf evsel: Set attr.exclude_kernel when probing max attr.precise_ipArnaldo Carvalho de Melo2017-07-041-0/+1
* | perf evsel: Adopt find_process()Arnaldo Carvalho de Melo2017-06-201-0/+39
* | perf tools: Use __maybe_unused consistentlyArnaldo Carvalho de Melo2017-06-191-1/+2
|/
* perf evsel: Fix probing of precise_ip level for default cycles eventArnaldo Carvalho de Melo2017-06-141-0/+12
* perf tools: Move event prototypes from util.h to event.hArnaldo Carvalho de Melo2017-04-251-0/+1
* perf tools: Remove sys/ioctl.h from util.hArnaldo Carvalho de Melo2017-04-241-0/+1
* perf tools: Include errno.h where neededArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo2017-04-191-0/+2
* perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo2017-04-191-0/+1
* perf stat: Fix bug in handling events in error stateStephane Eranian2017-04-131-2/+2
* perf evsel: Return exact sub event which failed with EPERM for wildcardsJin Yao2017-04-111-1/+7
* perf pmu: Add support for MetricName JSON attributeAndi Kleen2017-03-231-0/+1
* perf stat: Output JSON MetricExpr metricAndi Kleen2017-03-231-0/+3
* perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini2017-03-141-0/+3
* perf evsel: Do not put a variable sized type not at the end of a structArnaldo Carvalho de Melo2017-02-141-34/+28
* perf evsel: Inform how to make a sysctl setting permanentArnaldo Carvalho de Melo2017-02-131-1/+3
* perf evsel: Allow to ignore missing pidJiri Olsa2016-12-151-0/+44
* perf evsel: Use variable instead of repeating lengthy FD macroJiri Olsa2016-12-151-8/+9
* perf tools: Show event fd in debug outputJiri Olsa2016-11-231-2/+4
* perf tools: Implement branch_type event parameterAndi Kleen2016-10-241-0/+9
* perf tools: Experiment with cppcheckArnaldo Carvalho de Melo2016-10-031-2/+1
* perf evsel: Add support for address filtersMathieu Poirier2016-09-291-0/+5
* perf evsel: New tracepoint specific functionMathieu Poirier2016-09-291-2/+7
* perf tools: Make perf_evsel__append_filter() genericMathieu Poirier2016-09-291-2/+2
* perf evsel: Remove superfluous initialization of weightJiri Olsa2016-09-211-2/+0
* perf evsel: Do not access outside hw cache name arraysArnaldo Carvalho de Melo2016-08-181-3/+3
* perf record: Add --sample-cpu optionJiri Olsa2016-08-021-1/+1
* perf evsel: Introduce constructor for cycles eventArnaldo Carvalho de Melo2016-07-281-0/+28
* perf tools: Enable overwrite settingsWang Nan2016-07-151-0/+4
* perf evlist: Drop redundant evsel->overwrite indicatorArnaldo Carvalho de Melo2016-07-151-7/+5
* perf evsel: Uninline the is_function_event methodArnaldo Carvalho de Melo2016-07-121-0/+18
* tools: Introduce str_error_r()Arnaldo Carvalho de Melo2016-07-121-1/+1
* perf evsel: Utility function to fetch archRavi Bangoria2016-06-301-0/+7
* perf evsel: Fix write_backwards fallbackArnaldo Carvalho de Melo2016-06-211-13/+10
* Merge tag 'perf-core-for-mingo-20160606' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-06-081-10/+15
|\
| * perf evsel: Provide way to extract integer value from format_fieldArnaldo Carvalho de Melo2016-06-031-10/+15
* | Merge branch 'linus' into perf/core, to refresh the branchIngo Molnar2016-06-081-1/+1
|\ \ | |/ |/|
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-05-251-0/+13
| |\
| * \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-05-171-1/+1
| |\ \
| | * | tools/perf: Fix misspellings in comments.Adam Buchbinder2016-04-181-1/+1
* | | | tools/perf: Handle -EOPNOTSUPP for sampling eventsVineet Gupta2016-06-031-0/+3
* | | | perf tools: Per event max-stack settingsArnaldo Carvalho de Melo2016-05-301-2/+14
| |_|/ |/| |
* | | perf evsel: Add overwrite attribute and check write_backwardWang Nan2016-05-201-0/+13
|/ /
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-05-161-101/+38
|\ \
OpenPOWER on IntegriCloud