summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/expr.h
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Fix various typos in commentsIngo Molnar2021-03-231-1/+1
* perf expr: Force encapsulation on expr_id_dataIan Rogers2020-11-161-13/+4
* perf metric: Add recursion check when processing nested metricsJiri Olsa2020-07-301-1/+8
* perf metric: Compute referenced metricsJiri Olsa2020-07-301-0/+3
* perf metric: Add referenced metrics to hash dataJiri Olsa2020-07-301-1/+12
* perf metric: Add expr__del_id functionJiri Olsa2020-07-301-0/+1
* perf metric: Change expr__get_id to return struct expr_id_dataJiri Olsa2020-07-301-1/+2
* perf metric: Add expr__add_id functionJiri Olsa2020-07-301-0/+1
* perf metric: Add 'struct expr_id_data' to keep expr valueJiri Olsa2020-07-171-0/+4
* perf metric: Rename expr__add_id() to expr__add_val()Jiri Olsa2020-07-171-1/+1
* perf expr: Migrate expr ids table to a hashmapIan Rogers2020-05-281-13/+16
* perf expr: Increase max otherIan Rogers2020-05-281-1/+1
* perf metricgroups: Enhance JSON/metric infrastructure to handle "?"Kajol Jain2020-04-301-2/+3
* perf expr: Add expr_scanner_ctx objectJiri Olsa2020-04-161-0/+4
* perf expr: Add expr_ prefix for parse_ctx and parse_idJiri Olsa2020-04-161-6/+6
* perf expr: Straighten expr__parse()/expr__find_other() interfaceJiri Olsa2020-03-091-2/+2
* perf expr: Increase EXPR_MAX_OTHER to support metrics with more than 15 varia...Jiri Olsa2020-03-091-1/+1
* perf expr: Move expr lexer to flexJiri Olsa2020-03-091-2/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf tools: Increase maximum number of events in expressionsAndi Kleen2017-08-221-1/+1
* perf tools: Add a simple expression parser for JSONAndi Kleen2017-03-231-0/+25