diff for duplicates of <55820AEC.6020204@linux.vnet.ibm.com> diff --git a/a/1.txt b/N1/1.txt index 70b8593..200a0ed 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -90,7 +90,7 @@ On 06/16/2015 09:08 PM, Arnaldo Carvalho de Melo wrote: > if (evsel->attr.type != PERF_TRACEPOINT) > goto out; > -> if (unlikely(kvmppc_exit = -1)) { +> if (unlikely(kvmppc_exit == -1)) { > if (strcmp(KVMPPC_EXIT, evsel->name))) > goto out; > @@ -103,7 +103,7 @@ Will try this. > >> + trap = raw_field_value(evsel->tp_format, "trap", data->raw_data); >> + ->> + if (trap = HV_DECREMENTER) +>> + if (trap == HV_DECREMENTER) >> + tp_ip = raw_field_value(evsel->tp_format, "pc", >> + data->raw_data); > out: diff --git a/a/content_digest b/N1/content_digest index a51fa1e..b5ee9d3 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\020150616153808.GG10374@kernel.org\0" "From\0Hemant Kumar <hemant@linux.vnet.ibm.com>\0" "Subject\0Re: [RFC PATCH] perf/kvm: Guest Symbol Resolution for powerpc\0" - "Date\0Thu, 18 Jun 2015 00:15:56 +0000\0" + "Date\0Thu, 18 Jun 2015 05:33:56 +0530\0" "To\0Arnaldo Carvalho de Melo <acme@kernel.org>\0" "Cc\0maddy@linux.vnet.ibm.com" srikar@linux.vnet.ibm.com @@ -110,7 +110,7 @@ "> \tif (evsel->attr.type != PERF_TRACEPOINT)\n" "> \t\tgoto out;\n" ">\n" - "> \tif (unlikely(kvmppc_exit = -1)) {\n" + "> \tif (unlikely(kvmppc_exit == -1)) {\n" "> \t\tif (strcmp(KVMPPC_EXIT, evsel->name)))\n" "> \t\t\tgoto out;\n" ">\n" @@ -123,7 +123,7 @@ ">\n" ">> +\ttrap = raw_field_value(evsel->tp_format, \"trap\", data->raw_data);\n" ">> +\n" - ">> +\tif (trap = HV_DECREMENTER)\n" + ">> +\tif (trap == HV_DECREMENTER)\n" ">> +\t\ttp_ip = raw_field_value(evsel->tp_format, \"pc\",\n" ">> +\t\t\t\t\tdata->raw_data);\n" "> out:\n" @@ -261,4 +261,4 @@ "Thanks,\n" Hemant Kumar -410acb2024db3b67539033672af721aa3cdcd564691d970cab02d71c0d0aad84 +9a0130d1caf3dfe877c7bdc3a0e9b7b18f4f75d9cdba0ae82aaad7f19000deb0
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.